nftables/go.mod

18 lines
544 B
Modula-2

module github.com/google/nftables
go 1.17
require (
github.com/koneu/natend v0.0.0-20150829182554-ec0926ea948d
github.com/mdlayher/netlink v1.4.1
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
)
require (
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-20210307095302-262dc9984e00 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
)