Skip to content

Commit fc372d6

Browse files
committed
fix imports
1 parent 7e90d39 commit fc372d6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src2/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/cilium/ebpf
22

33
go 1.18
4+
5+
require golang.org/x/sys v0.33.0

src2/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
2+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

src2/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
"os"
1010

1111
"github.com/cilium/ebpf"
12-
"github.com/cilium/ebpf/link"
13-
"github.com/cilium/ebpf/ringbuf"
1412
"golang.org/x/sys/unix"
1513
)
1614

0 commit comments

Comments
 (0)