Merge pull request #1761 from erikwilson/release-1.16
Backport Release 1.16: Update runc to rc10
Showing
+2069 -92
... | ... | @@ -27,6 +27,7 @@ replace ( |
github.com/golangci/lint-1 => github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217 | ||
github.com/kubernetes-sigs/cri-tools => github.com/rancher/cri-tools v1.16.1-k3s.1 | ||
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 | ||
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.0-rc10 | ||
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v0.0.0-20180911193056-5684b8af48c1 | ||
github.com/prometheus/client_golang => github.com/prometheus/client_golang v0.9.2 | ||
github.com/prometheus/client_model => github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 | ||
... | ... | @@ -66,6 +67,7 @@ require ( |
github.com/bronze1man/goStrongswanVici v0.0.0-20190828090544-27d02f80ba40 // indirect | ||
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect | ||
github.com/canonical/go-dqlite v1.1.0 | ||
github.com/cilium/ebpf v0.0.0-20200501092852-53d52285d8b3 // indirect | ||
github.com/containerd/cgroups v0.0.0-20190923161937-abd0b19954a6 // indirect | ||
github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69 | ||
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect | ||
... | ... | @@ -109,12 +111,13 @@ require ( |
github.com/rootless-containers/rootlesskit v0.6.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect | ||
github.com/tchap/go-patricia v2.3.0+incompatible // indirect | ||
github.com/theckman/go-flock v0.7.1 // indirect | ||
github.com/urfave/cli v1.21.0 | ||
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 | ||
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 | ||
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 | ||
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 | ||
google.golang.org/grpc v1.23.0 | ||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect | ||
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment