mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user