37 lines
1.6 KiB
Modula-2
37 lines
1.6 KiB
Modula-2
module github.com/grmrgecko/go-firewall/cmd/go-firewall
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/alecthomas/kong v1.15.0
|
|
github.com/grmrgecko/go-firewall v0.0.0-00010101000000-000000000000
|
|
github.com/willabides/kongplete v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/godbus/dbus/v5 v5.2.2 // indirect
|
|
github.com/google/cabbie v1.0.2 // indirect
|
|
github.com/google/glazier v0.0.0-20211029225403-9f766cca891d // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/nftables v0.3.0 // indirect
|
|
github.com/grmrgecko/go-firewalld v0.0.0-20260702144632-5eb6ba8201bb // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/iamacarpet/go-win64api v0.0.0-20240507095429-873e84e85847 // indirect
|
|
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect
|
|
github.com/mdlayher/socket v0.5.0 // indirect
|
|
github.com/posener/complete v1.2.3 // indirect
|
|
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect
|
|
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e // indirect
|
|
github.com/vishvananda/netlink v1.3.1 // indirect
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
|
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|
|
|
|
replace github.com/grmrgecko/go-firewall => ../..
|