nftables/go.mod

12 lines
314 B
Modula-2
Raw Normal View History

2019-05-23 19:21:35 -05:00
module github.com/google/nftables
go 1.12
require (
github.com/mdlayher/netlink v1.4.2
2019-05-23 19:21:35 -05:00
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/tools v0.1.8 // indirect
2019-05-23 19:21:35 -05:00
)