-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 857 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/ngrok/firewall_toolkit
go 1.19
require (
github.com/DataDog/datadog-go/v5 v5.2.0
github.com/gaissmai/extnetip v0.3.3
github.com/google/gopacket v1.1.19
github.com/google/nftables v0.1.1-0.20230803061423-d27cc52f157d
github.com/mdlayher/netlink v1.7.1
github.com/rs/zerolog v1.28.0
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.8.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.6.0
)
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)