Skip to content

Commit 91b8f20

Browse files
committed
Bump to runc main
By using main instead of the v1.1 branch, we drop an unnecessary dependency on cilium/ebpf, saving ~1mb of binary size. Signed-off-by: Matt Heon <[email protected]>
1 parent 6a727fd commit 91b8f20

File tree

172 files changed

+4377
-22287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+4377
-22287
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
golang.org/x/sys v0.16.0
7272
golang.org/x/term v0.16.0
7373
golang.org/x/text v0.14.0
74-
google.golang.org/protobuf v1.31.0
74+
google.golang.org/protobuf v1.32.0
7575
gopkg.in/inf.v0 v0.9.1
7676
gopkg.in/yaml.v3 v3.0.1
7777
k8s.io/kubernetes v1.28.4
@@ -91,7 +91,6 @@ require (
9191
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
9292
github.com/chenzhuoyu/iasm v0.9.0 // indirect
9393
github.com/chzyer/readline v1.5.1 // indirect
94-
github.com/cilium/ebpf v0.9.1 // indirect
9594
github.com/containerd/cgroups/v3 v3.0.2 // indirect
9695
github.com/containerd/containerd v1.7.12 // indirect
9796
github.com/containerd/log v0.1.0 // indirect
@@ -220,3 +219,5 @@ require (
220219
gopkg.in/yaml.v2 v2.4.0 // indirect
221220
tags.cncf.io/container-device-interface/specs-go v0.6.0 // indirect
222221
)
222+
223+
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.1-0.20240131200429-02120488a4c0

go.sum

Lines changed: 31 additions & 30 deletions
Large diffs are not rendered by default.

vendor/github.com/cilium/ebpf/.clang-format

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/.golangci.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/ARCHITECTURE.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/CONTRIBUTING.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/LICENSE

Lines changed: 0 additions & 23 deletions
This file was deleted.

vendor/github.com/cilium/ebpf/MAINTAINERS.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)