aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 5e67b9aefb67719c19852b4ea129b577fa1f1bbb (plain)
1
2
3
4
5
6
7
8
9
10
module nvd

go 1.18

require (
	golang.org/x/mod v0.5.1 // indirect
	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
	golang.org/x/tools v0.1.9 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)