-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 818 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
module github.com/Asphaltt/iptables-trace
go 1.19
require (
github.com/blang/semver/v4 v4.0.0
github.com/cilium/ebpf v0.12.3
github.com/google/gops v0.3.27
github.com/shirou/gopsutil/v3 v3.23.2
github.com/spf13/cobra v1.6.1
github.com/tklauser/ps v0.0.2
golang.org/x/sys v0.15.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
)