module github.com/ldez/gomoddirectives

go 1.16

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