-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
46 lines (41 loc) · 1.62 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module rtcagent
go 1.21
toolchain go1.22.1
require (
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/adubovikov/ebpfmanager v0.4.7
github.com/buger/goterm v1.0.4
github.com/cilium/ebpf v0.12.3
github.com/gogo/protobuf v1.3.2
github.com/prometheus/client_golang v1.19.0
github.com/shuLhan/go-bindata v4.0.0+incompatible
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.21.0
golang.org/x/sys v0.18.0
)
require (
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/florianl/go-tc v0.4.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/native v1.0.0 // indirect
github.com/mdlayher/netlink v1.7.1 // indirect
github.com/mdlayher/socket v0.4.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.3.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
replace github.com/google/gopacket v1.1.19 => github.com/cfc4n/gopacket v1.1.20