Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/odigos-io/runtime-detector

go 1.24.0

require github.com/cilium/ebpf v0.19.1-0.20250818092626-ae226118949d
require github.com/cilium/ebpf v0.19.1-0.20250815145053-c9de60689836

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/cilium/ebpf v0.19.1-0.20250818092626-ae226118949d h1:53XY3TeudeY1tPentx/Uf0FLMzq1op9dwdPJ5QaTCFc=
github.com/cilium/ebpf v0.19.1-0.20250818092626-ae226118949d/go.mod h1:GMSzJItnG6k1OEtplNHr66oI/BlTcGTS/oE7lO4kOGU=
github.com/cilium/ebpf v0.19.1-0.20250815145053-c9de60689836 h1:TB5syj60+4qF/xIpef+qWgzsCi1XEV1BVSxYT78ibWY=
github.com/cilium/ebpf v0.19.1-0.20250815145053-c9de60689836/go.mod h1:GMSzJItnG6k1OEtplNHr66oI/BlTcGTS/oE7lO4kOGU=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-quicktest/qt v1.101.1-0.20240301121107-c6c8733fa1e6 h1:teYtXy9B7y5lHTp8V9KPxpYRAVA7dozigQcMiBust1s=
Expand Down
Loading