File: go.mod

package info (click to toggle)
golang-github-networkplumbing-go-nft 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: sh: 82; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
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
)