Skip to content

Commit 0ceeecf

Browse files
build(deps): bump github.com/containerd/containerd from 1.4.11 to 1.5.13 (operator-framework#970)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.11 to 1.5.13. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.4.11...v1.5.13) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d33c48 commit 0ceeecf

File tree

398 files changed

+29163
-3419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+29163
-3419
lines changed

go.mod

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/adrg/xdg v0.4.0
77
github.com/blang/semver/v4 v4.0.0
8-
github.com/containerd/containerd v1.4.11
8+
github.com/containerd/containerd v1.5.13
99
github.com/docker/cli v20.10.12+incompatible
1010
github.com/docker/distribution v2.8.1+incompatible
1111
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
@@ -23,7 +23,7 @@ require (
2323
github.com/onsi/ginkgo v1.16.5
2424
github.com/onsi/gomega v1.18.1
2525
github.com/opencontainers/go-digest v1.0.0
26-
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
26+
github.com/opencontainers/image-spec v1.0.2
2727
github.com/operator-framework/api v0.15.0
2828
github.com/otiai10/copy v1.2.0
2929
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
@@ -53,8 +53,8 @@ require (
5353
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
5454
github.com/BurntSushi/toml v0.3.1 // indirect
5555
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
56-
github.com/Microsoft/go-winio v0.4.16 // indirect
57-
github.com/Microsoft/hcsshim v0.8.9 // indirect
56+
github.com/Microsoft/go-winio v0.4.17 // indirect
57+
github.com/Microsoft/hcsshim v0.8.24 // indirect
5858
github.com/PuerkitoBio/purell v1.1.1 // indirect
5959
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
6060
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
@@ -67,13 +67,12 @@ require (
6767
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
6868
github.com/bugsnag/panicwrap v1.2.0 // indirect
6969
github.com/cespare/xxhash/v2 v2.1.2 // indirect
70-
github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f // indirect
71-
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
72-
github.com/containerd/ttrpc v1.0.1 // indirect
70+
github.com/containerd/cgroups v1.0.3 // indirect
71+
github.com/containerd/continuity v0.1.0 // indirect
72+
github.com/containerd/ttrpc v1.1.0 // indirect
7373
github.com/davecgh/go-spew v1.1.1 // indirect
7474
github.com/docker/docker-credential-helpers v0.6.3 // indirect
7575
github.com/docker/go-connections v0.4.0 // indirect
76-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
7776
github.com/docker/go-metrics v0.0.1 // indirect
7877
github.com/docker/go-units v0.4.0 // indirect
7978
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
@@ -98,7 +97,7 @@ require (
9897
github.com/google/cel-go v0.10.1 // indirect
9998
github.com/google/gnostic v0.5.7-v3refs // indirect
10099
github.com/google/gofuzz v1.1.0 // indirect
101-
github.com/google/uuid v1.1.2 // indirect
100+
github.com/google/uuid v1.2.0 // indirect
102101
github.com/gorilla/handlers v1.4.2 // indirect
103102
github.com/gorilla/mux v1.8.0 // indirect
104103
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -108,12 +107,15 @@ require (
108107
github.com/josharian/intern v1.0.0 // indirect
109108
github.com/json-iterator/go v1.1.12 // indirect
110109
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
110+
github.com/klauspost/compress v1.11.13 // indirect
111111
github.com/mailru/easyjson v0.7.6 // indirect
112112
github.com/mattn/go-isatty v0.0.12 // indirect
113113
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
114114
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
115115
github.com/mitchellh/mapstructure v1.4.1 // indirect
116+
github.com/moby/locker v1.0.1 // indirect
116117
github.com/moby/spdystream v0.2.0 // indirect
118+
github.com/moby/sys/mountinfo v0.4.1 // indirect
117119
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
118120
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
119121
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -147,7 +149,7 @@ require (
147149
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
148150
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
149151
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
150-
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
152+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
151153
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
152154
golang.org/x/text v0.3.7 // indirect
153155
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect

go.sum

Lines changed: 293 additions & 15 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/backuptar/noop.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/archive/strconv.go renamed to vendor/github.com/Microsoft/go-winio/backuptar/strconv.go

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)