Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12c3acb

Browse files
committedMar 20, 2022
1,go mod tidy
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
1 parent 6508b01 commit 12c3acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require (
66
github.com/cilium/ebpf v0.8.1
77
github.com/ehids/ebpfmanager v0.2.2
88
github.com/pkg/errors v0.9.1
9+
github.com/spf13/cobra v1.4.0
10+
github.com/spf13/pflag v1.0.5
911
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
1012
)
1113

@@ -19,8 +21,6 @@ require (
1921
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
2022
github.com/mdlayher/netlink v1.4.1 // indirect
2123
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
2424
github.com/stretchr/testify v1.7.0 // indirect
2525
github.com/vishvananda/netlink v1.1.0 // indirect
2626
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect

0 commit comments

Comments
 (0)
Please sign in to comment.