gjson/go.mod

9 lines
121 B
Modula-2
Raw Normal View History

2019-06-06 02:41:31 +03:00
module github.com/tidwall/gjson
go 1.12
require (
github.com/tidwall/match v1.0.3
2020-08-28 18:14:33 +03:00
github.com/tidwall/pretty v1.0.2
2019-06-06 02:41:31 +03:00
)