We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e90d39 commit fc372d6Copy full SHA for fc372d6
src2/go.mod
@@ -1,3 +1,5 @@
1
module github.com/cilium/ebpf
2
3
go 1.18
4
+
5
+require golang.org/x/sys v0.33.0
src2/go.sum
@@ -0,0 +1,2 @@
+golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
+golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
src2/main.go
@@ -9,8 +9,6 @@ import (
9
"os"
10
11
"github.com/cilium/ebpf"
12
- "github.com/cilium/ebpf/link"
13
- "github.com/cilium/ebpf/ringbuf"
14
"golang.org/x/sys/unix"
15
)
16
0 commit comments