aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/OpenPeeDeeP/depguard/go.mod
blob: 68daf00d7c350f3a18cd9cd06d6241ec6f8f19f6 (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/OpenPeeDeeP/depguard

go 1.13

require (
	github.com/gobwas/glob v0.2.3
	github.com/kisielk/gotool v1.0.0
	github.com/stretchr/testify v1.7.0 // indirect
	golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b
)