Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/opencontainers/runc from 0.1.1 to 1.1.5 #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
github.com/dgrijalva/jwt-go v0.0.0-20160705203006-01aeca54ebda // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/elazarl/goproxy v0.0.0-20190703090003-6125c262ffb0 // indirect
Expand All @@ -27,10 +26,9 @@ require (
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.1
github.com/golang/protobuf v1.5.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gomodule/redigo v0.0.0-20180627144507-2cd21d9966bf // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gophercloud/gophercloud v0.0.0-20180210024343-6da026c32e2d // indirect
Expand All @@ -49,8 +47,6 @@ require (
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/imdario/mergo v0.3.6
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.0-20180830101745-3fb116b82035 // indirect
Expand All @@ -65,7 +61,7 @@ require (
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/ory/dockertest v3.3.4+incompatible // indirect
github.com/pierrec/lz4 v2.0.2+incompatible // indirect
Expand All @@ -75,18 +71,18 @@ require (
github.com/robertkrimen/otto v0.0.0-20180305042045-6c383dd335ef
github.com/robfig/cron v1.2.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.14.0+incompatible
github.com/uber/jaeger-lib v1.5.0
github.com/ulikunitz/xz v0.0.0-20180703112113-636d36a76670 // indirect
github.com/urfave/cli v1.19.1
github.com/urfave/cli v1.22.1
go.etcd.io/bbolt v1.3.3 // indirect
go.uber.org/atomic v1.3.2
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
Expand All @@ -98,7 +94,7 @@ require (
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/ory-am/dockertest.v3 v3.3.4
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.0.0-20170721113624-670d4cfef054
gopkg.in/yaml.v2 v2.2.2
gotest.tools v2.2.0+incompatible // indirect
k8s.io/api v0.0.0-20190116205037-c89978d5f86d // indirect
k8s.io/apiextensions-apiserver v0.0.0-20190116211702-f0729a5940c5 // indirect
Expand Down
Loading