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

Commit

Permalink
Update dependencies to match the version of opecontainers/runc
Browse files Browse the repository at this point in the history
  • Loading branch information
a-palchikov committed Jul 7, 2020
1 parent 514197a commit cf8ba68
Show file tree
Hide file tree
Showing 425 changed files with 137,158 additions and 29,149 deletions.
58 changes: 47 additions & 11 deletions Gopkg.lock

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

20 changes: 19 additions & 1 deletion 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 @@ -157,6 +159,22 @@ 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"
Loading

0 comments on commit cf8ba68

Please sign in to comment.