File: go.mod

package info (click to toggle)
golang-github-google-nftables 0.1.0-4~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 760 kB
  • sloc: makefile: 8
file content (21 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/google/nftables

go 1.17

require (
	github.com/mdlayher/netlink v1.4.2
	github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
	golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
)

require (
	github.com/BurntSushi/toml v0.4.1 // indirect
	github.com/google/go-cmp v0.5.6 // indirect
	github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
	github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
	golang.org/x/mod v0.5.1 // indirect
	golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
	golang.org/x/tools v0.1.8 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
	honnef.co/go/tools v0.2.2 // indirect
)