-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 762 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 762 Bytes
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
module github.com/g0lab/g0efilter
go 1.26.3
require (
github.com/florianl/go-nflog/v2 v2.3.0
github.com/go-chi/chi/v5 v5.3.0
github.com/google/gopacket v1.1.19
github.com/miekg/dns v1.1.72
github.com/rs/zerolog v1.35.1
go.yaml.in/yaml/v4 v4.0.0-rc.6
golang.org/x/net v0.56.0
golang.org/x/sys v0.46.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mdlayher/netlink v1.11.2 // indirect
github.com/mdlayher/socket v0.6.1 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/tools v0.45.0 // indirect
)