forked from Gui774ume/krie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (48 loc) · 2.19 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
47
48
49
50
51
module github.com/Gui774ume/krie
go 1.18
require (
github.com/DataDog/btf-internals v0.0.0-20220510090419-14c22a91224c
github.com/DataDog/ebpf-manager v0.0.0-20220725144023-e4b26003498c
github.com/DataDog/gopsutil v1.1.0
github.com/acobaugh/osrelease v0.1.0
github.com/cilium/ebpf v0.9.0
github.com/google/gopacket v1.1.19
github.com/lorenzosaino/go-sysctl v0.3.1
github.com/mailru/easyjson v0.7.7
github.com/pkg/errors v0.9.1
github.com/shuLhan/go-bindata v4.0.0+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/smira/go-xz v0.0.0-20220607140411-c2a07d4bedda
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
golang.org/x/tools v0.1.11
gopkg.in/yaml.v3 v3.0.1
kernel.org/pub/linux/libs/security/libcap/cap v1.2.65
)
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/frankban/quicktest v1.14.3 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vishvananda/netlink v1.2.0-beta.0.20220404152918-5e915e014938 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
honnef.co/go/tools v0.3.2 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.65 // indirect
)