2019-05-23 19:21:35 -05:00
|
|
|
module github.com/google/nftables
|
|
|
|
|
2024-03-10 07:08:48 -05:00
|
|
|
go 1.21
|
2019-05-23 19:21:35 -05:00
|
|
|
|
|
|
|
require (
|
2024-03-10 07:08:48 -05:00
|
|
|
github.com/mdlayher/netlink v1.7.2
|
2019-05-23 19:21:35 -05:00
|
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
|
2024-03-10 07:08:48 -05:00
|
|
|
golang.org/x/sys v0.18.0
|
2022-05-02 10:29:00 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-03-10 07:08:48 -05:00
|
|
|
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
|
2024-04-19 12:12:50 -05:00
|
|
|
golang.org/x/net v0.23.0 // indirect
|
2024-03-10 07:08:48 -05:00
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
2019-05-23 19:21:35 -05:00
|
|
|
)
|