File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ require (
6
6
github.com/cilium/ebpf v0.8.1
7
7
github.com/ehids/ebpfmanager v0.2.2
8
8
github.com/pkg/errors v0.9.1
9
+ github.com/spf13/cobra v1.4.0
10
+ github.com/spf13/pflag v1.0.5
9
11
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
10
12
)
11
13
@@ -19,8 +21,6 @@ require (
19
21
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
20
22
github.com/mdlayher/netlink v1.4.1 // indirect
21
23
github.com/mdlayher/socket v0.0.0-20210307095302-262dc9984e00 // indirect
22
- github.com/spf13/cobra v1.4.0 // indirect
23
- github.com/spf13/pflag v1.0.5 // indirect
24
24
github.com/stretchr/testify v1.7.0 // indirect
25
25
github.com/vishvananda/netlink v1.1.0 // indirect
26
26
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
You can’t perform that action at this time.
0 commit comments