nftables/go.mod

18 lines
412 B
Modula-2
Raw Permalink Normal View History

2019-05-23 19:21:35 -05:00
module github.com/google/nftables
go 1.21
2019-05-23 19:21:35 -05:00
require (
github.com/mdlayher/netlink v1.7.2
2019-05-23 19:21:35 -05:00
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
golang.org/x/sys v0.18.0
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.6.0 // indirect
2019-05-23 19:21:35 -05:00
)