Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

[6.1.x] bump runc to 1.0.0-rc10 #699

Merged
merged 2 commits into from
Jul 8, 2020
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
102 changes: 77 additions & 25 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/
version = "v1.1.1"

[[override]]
# pin the version from opencontainers/runc
# make sure to update in sync!
name = "golang.org/x/sys"
revision = "78d5f264b493f125018180c204871ecf58a2dce1"
revision = "9eafafc0a87e0fd0aeeba439a4573537970c44c7"

[[override]]
name = "github.com/syndtr/gocapability"
Expand Down Expand Up @@ -100,7 +102,7 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/

[[constraint]]
name = "github.com/opencontainers/runc"
version = "v1.0.0-rc6"
version = "v1.0.0-rc10"

[[constraint]]
name = "github.com/prometheus/client_golang"
Expand Down Expand Up @@ -157,6 +159,28 @@ ignored = ["github.com/Sirupsen/logrus", "github.com/gravitational/planet/build/
name = "gopkg.in/yaml.v2"
version = "v2.2.2"

[[constraint]]
name = "github.com/golang/protobuf"
version = "v1.4.2"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/checkpoint-restore/go-criu"
revision = "17b0214f6c48980c45dc47ecb0cfd6d9e02df723"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/opencontainers/selinux"
revision = "5215b1806f52b1fcc2070a8826c542c9d33cd3cf"

[[override]]
name = "github.com/opencontainers/runtime-spec"
revision = "29686dbc5559d93fb1ef402eeda3e35c38d75af4"

[[override]]
# pinned to match opencontainers/runc
# make sure to update in sync!
name = "github.com/cilium/ebpf"
revision = "95b36a581eed7b0f127306ed1d16cc0ddc06cf67"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading