-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cilium/ebpf has a breaking change (perf.IsClosed() is gone), update to the latest version and fix it. Update to the latest cbpfc which also fixes a few issues with the latest version of cilium/ebpf.
- Loading branch information
1 parent
17bf89d
commit 417804f
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
module github.com/cloudflare/xdpcap | ||
|
||
require ( | ||
github.com/cilium/ebpf v0.7.1-0.20211216144615-f9c3ad7f88df | ||
github.com/cloudflare/cbpfc v0.0.0-20211101135325-ce7ee68ade2c | ||
github.com/cilium/ebpf v0.9.3 | ||
github.com/cloudflare/cbpfc v0.0.0-20221017140110-11acb56438a2 | ||
github.com/google/gopacket v1.1.19 | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e | ||
golang.org/x/net v0.0.0-20221017152216-f25eb7ecb193 | ||
golang.org/x/sys v0.1.0 | ||
) | ||
|
||
go 1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters