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/containerd/containerd from 1.4.3 to 1.5.18 #791

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
19 changes: 5 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ require (
github.com/InVisionApp/go-health v2.1.0+incompatible
github.com/InVisionApp/go-logger v1.0.1
github.com/Kount/pq-timeouts v1.0.0
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/antlr/antlr4 v0.0.0-20210105192202-5c2b686f95e1
github.com/benjamintf1/unmarshalledmatchers v1.0.0
github.com/cloudfoundry-community/go-cfenv v1.17.1-0.20171115121958-e84b5c116637
github.com/containerd/containerd v1.4.3 // indirect
github.com/coreos/go-oidc v2.0.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/containerd/containerd v1.5.18 // indirect
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/docker/docker v20.10.2+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/structs v1.0.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gavv/httpexpect v0.0.0-20170820080527-c44a6d7bb636
Expand All @@ -28,13 +25,11 @@ require (
github.com/gofrs/uuid v3.1.0+incompatible
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.1
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.2
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20201120164427-00c6e74d816a
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kubernetes-sigs/go-open-service-broker-client v0.0.0-20180330214919-dca737037ce6
github.com/lib/pq v1.9.0
github.com/magiconair/properties v1.8.4 // indirect
Expand All @@ -46,16 +41,13 @@ require (
github.com/onrik/logrus v0.4.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.1 // indirect
github.com/tidwall/gjson v1.9.3
Expand All @@ -76,7 +68,6 @@ require (
gopkg.in/square/go-jose.v2 v2.5.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gotest.tools/v3 v3.0.3 // indirect
)

replace github.com/antlr/antlr4 v0.0.0-20210105192202-5c2b686f95e1 => github.com/antlr/antlr4 v0.0.0-20210105192202-5c2b686f95e1
Loading