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.0.0-beta.2 to 1.4.8 #13

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.16
require (
cloud.google.com/go v0.58.0 // indirect
docker.io/go-docker v1.0.0
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/Microsoft/go-winio v0.4.16-0.20201130162521-d1ffc52c7331 // indirect
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/aws/aws-sdk-go v1.12.15
github.com/containerd/containerd v1.0.0-beta.2
github.com/containerd/containerd v1.4.8
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c // indirect
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.2
github.com/docker/go-units v0.4.0
github.com/emicklei/go-restful v2.4.0+incompatible // indirect
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand All @@ -22,14 +22,15 @@ require (
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
github.com/go-openapi/spec v0.0.0-20171105074921-a4fa9574c7aa // indirect
github.com/go-openapi/swag v0.0.0-20171111214437-cf0bdb963811 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-github v13.0.1-0.20171014143926-a021c14a5f19+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.5.0
github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a
github.com/gorilla/websocket v1.2.0
github.com/gorilla/websocket v1.4.0
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
Expand All @@ -38,26 +39,28 @@ require (
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
github.com/miekg/dns v0.0.0-20171019064225-822ae18e7187
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.7.1
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
github.com/shirou/gopsutil v2.16.13-0.20170924065440-6e221c482653+incompatible
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.6.1
github.com/urfave/negroni v0.2.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/text v0.3.3
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200611194920-44ba362f84c1 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
k8s.io/api v0.0.0-20171027084545-218912509d74 // indirect
k8s.io/apimachinery v0.0.0-20171027084411-18a564baac72
k8s.io/client-go v5.0.1+incompatible
Expand Down
Loading