module github.com/networkplumbing/go-nft

go 1.16

require (
	github.com/stretchr/testify v1.7.0
	golang.org/x/tools v0.1.4 // indirect
)
