Skip to content

Commit

Permalink
update ebpf
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed May 1, 2024
1 parent 4f329bd commit 8fd8e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require (

require golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect

replace github.com/cilium/ebpf => github.com/brycekahle/ebpf v0.0.0-20240418221230-b8544d4dab2e
replace github.com/cilium/ebpf => github.com/brycekahle/ebpf v0.0.0-20240501200949-58b3613ef710
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/brycekahle/ebpf v0.0.0-20240418221230-b8544d4dab2e h1:9EqN1n1B7JMuHY/qBDfX/XmFdXqDBV+dxCnkLDm+CGE=
github.com/brycekahle/ebpf v0.0.0-20240418221230-b8544d4dab2e/go.mod h1:DHp1WyrLeiBh19Cf/tfiSMhqheEiK8fXFZ4No0P1Hso=
github.com/brycekahle/ebpf v0.0.0-20240501200949-58b3613ef710 h1:3iuB7t/AK9fdWq7lpNFMQ+2EJTh5lSxqjJe4EuXrEUI=
github.com/brycekahle/ebpf v0.0.0-20240501200949-58b3613ef710/go.mod h1:sed+4dkBW2fu900O/9Td430tcXZrG8ZK2oVbO8XCmvw=
github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=
github.com/go-quicktest/qt v1.101.0/go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZsDC26tQJow=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
Expand Down

0 comments on commit 8fd8e1f

Please sign in to comment.