ergo/vendor/github.com/tidwall/gjson/go.mod
2020-02-12 13:19:23 -05:00

8 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.0
)