blob: 1c48c54d0b56b809777bfe9c2640d0c8ca14be54 [file] [log] [blame]
module golang.org/vendored
go 1.18
require (
// This version has one vulnerability that is imported, and
// one that is called.
github.com/tidwall/gjson v1.6.5
// This version has a vulnerability that is called.
golang.org/x/text v0.3.0
private.com/privateuser/fakemod v1.0.0
)
require (
github.com/tidwall/match v1.1.0 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)