blob: e04f78b7590362466e8c9addeeb60c8a01d3cb25 [file] [log] [blame]
module golang.org/x/vulndb
go 1.17
require (
golang.org/x/vuln v0.0.0-20211109030331-63d5d8171d01
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/kr/text v0.2.0 // indirect
golang.org/x/mod v0.4.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)