deps: bump cilium/ebpf to v0.17.3

It has a fix for runc issue 4594.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-02-12 19:27:20 -08:00
parent 0f88286077
commit 79a4ac0553
82 changed files with 3229 additions and 1021 deletions
+2 -3
View File
@@ -9,7 +9,7 @@ toolchain go1.22.4
require (
github.com/checkpoint-restore/go-criu/v6 v6.3.0
github.com/cilium/ebpf v0.16.0
github.com/cilium/ebpf v0.17.3
github.com/containerd/console v1.0.4
github.com/coreos/go-systemd/v22 v22.5.0
github.com/cyphar/filepath-securejoin v0.4.1
@@ -31,7 +31,7 @@ require (
google.golang.org/protobuf v1.36.5
)
// https://github.com/cilium/ebpf/pull/1660
// https://github.com/opencontainers/runc/issues/4594
exclude (
github.com/cilium/ebpf v0.17.0
github.com/cilium/ebpf v0.17.1
@@ -42,5 +42,4 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
)