aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ldez/gomoddirectives/go.mod
blob: fb65d2ddc7bf7e8f0672e5836a257b0d022fd38d (plain)
1
2
3
4
5
6
7
8
module github.com/ldez/gomoddirectives

go 1.16

require (
	github.com/stretchr/testify v1.7.0
	golang.org/x/mod v0.4.2
)