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

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
)