22 lines
625 B
Modula-2
22 lines
625 B
Modula-2
module lagran
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.6.0
|
|
github.com/florianl/go-nfqueue v1.3.1
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/josharian/native v1.0.0 // indirect
|
|
github.com/mdlayher/netlink v1.6.0 // indirect
|
|
github.com/mdlayher/socket v0.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
|
|
)
|