Skip to content

Commit

Permalink
Bump to runc main
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mheon committed Feb 2, 2024
1 parent 6a727fd commit 91b8f20
Show file tree
Hide file tree
Showing 172 changed files with 4,377 additions and 22,287 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require (
golang.org/x/sys v0.16.0
golang.org/x/term v0.16.0
golang.org/x/text v0.14.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.32.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/kubernetes v1.28.4
Expand All @@ -91,7 +91,6 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cilium/ebpf v0.9.1 // indirect
github.com/containerd/cgroups/v3 v3.0.2 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/log v0.1.0 // indirect
Expand Down Expand Up @@ -220,3 +219,5 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
tags.cncf.io/container-device-interface/specs-go v0.6.0 // indirect
)

replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.1-0.20240131200429-02120488a4c0
61 changes: 31 additions & 30 deletions go.sum

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions vendor/github.com/cilium/ebpf/.clang-format

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/cilium/ebpf/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions vendor/github.com/cilium/ebpf/.golangci.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions vendor/github.com/cilium/ebpf/ARCHITECTURE.md

This file was deleted.

46 changes: 0 additions & 46 deletions vendor/github.com/cilium/ebpf/CODE_OF_CONDUCT.md

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/github.com/cilium/ebpf/CONTRIBUTING.md

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/cilium/ebpf/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/cilium/ebpf/MAINTAINERS.md

This file was deleted.

Loading

0 comments on commit 91b8f20

Please sign in to comment.