mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 14:39:31 +01:00
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
module github.com/tidwall/gjson
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/tidwall/match v1.0.1
|
|
github.com/tidwall/pretty v1.0.2
|
|
)
|