blob: 8791300167faf44b1cf1c41427b89b6d5b0af441 [file] [log] [blame] [edit]
module golang.org/vuln
go 1.18
require (
// This version has two vulnerabilities that are called:
// one directly and one indirectly.
github.com/tidwall/gjson v1.6.5
// This version has a vulnerability that is called and one
// vulnerability that is imported but not called.
golang.org/x/text v0.3.0
)
require (
github.com/tidwall/match v1.1.0 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)