module github.com/tidwall/sjson

go 1.14

require (
	github.com/tidwall/gjson v1.14.2
	github.com/tidwall/pretty v1.2.0
)
