module github.com/google/nftables go 1.17 require ( github.com/mdlayher/netlink v1.7.1 github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc golang.org/x/sys v0.3.0 ) require ( github.com/BurntSushi/toml v0.4.1 // indirect github.com/google/go-cmp v0.5.9 // indirect github.com/josharian/native v1.0.0 // indirect github.com/mdlayher/socket v0.4.0 // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/net v0.4.0 // indirect golang.org/x/sync v0.1.0 // 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 )