2019-05-23 19:21:35 -05:00
|
|
|
module github.com/google/nftables
|
|
|
|
|
2023-12-13 01:23:07 -06:00
|
|
|
go 1.18
|
2019-05-23 19:21:35 -05:00
|
|
|
|
|
|
|
require (
|
2022-12-12 10:19:45 -06:00
|
|
|
github.com/mdlayher/netlink v1.7.1
|
2019-05-23 19:21:35 -05:00
|
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
|
2023-10-12 01:09:03 -05:00
|
|
|
golang.org/x/sys v0.13.0
|
2022-05-02 10:29:00 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-12-12 10:19:45 -06:00
|
|
|
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
|
2023-10-12 01:09:03 -05:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2022-12-12 10:19:45 -06:00
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2019-05-23 19:21:35 -05:00
|
|
|
)
|