Skip to content

Commit 73a4bf5

Browse files
dependabot[bot]JanMa
authored andcommitted
Bump github.com/containerd/containerd from 1.6.18 to 1.6.26
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.18...v1.6.26) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cee0192 commit 73a4bf5

File tree

140 files changed

+6069
-2534
lines changed

Some content is hidden

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

140 files changed

+6069
-2534
lines changed

go.mod

+15-12
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,20 @@ require (
1111
github.com/hashicorp/go-hclog v1.3.1
1212
github.com/hashicorp/go-plugin v1.4.9
1313
github.com/hashicorp/nomad v1.4.6
14-
github.com/stretchr/testify v1.8.1
14+
github.com/stretchr/testify v1.8.4
1515
)
1616

1717
require (
18-
cloud.google.com/go/storage v1.28.1 // indirect
18+
cloud.google.com/go v0.110.4 // indirect
19+
cloud.google.com/go/iam v1.1.1 // indirect
20+
cloud.google.com/go/storage v1.30.1 // indirect
1921
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
2022
github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5 // indirect
2123
github.com/Masterminds/goutils v1.1.1 // indirect
2224
github.com/Masterminds/semver/v3 v3.1.1 // indirect
2325
github.com/Masterminds/sprig/v3 v3.2.1 // indirect
2426
github.com/Microsoft/go-winio v0.5.2 // indirect
25-
github.com/Microsoft/hcsshim v0.9.6 // indirect
27+
github.com/Microsoft/hcsshim v0.9.10 // indirect
2628
github.com/agext/levenshtein v1.2.1 // indirect
2729
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2830
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e // indirect
@@ -36,7 +38,7 @@ require (
3638
github.com/container-storage-interface/spec v1.4.0 // indirect
3739
github.com/containerd/cgroups v1.0.4 // indirect
3840
github.com/containerd/console v1.0.3 // indirect
39-
github.com/containerd/containerd v1.6.18 // indirect
41+
github.com/containerd/containerd v1.6.26 // indirect
4042
github.com/containerd/stargz-snapshotter/estargz v0.4.1 // indirect
4143
github.com/containernetworking/plugins v1.2.0 // indirect
4244
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -64,6 +66,7 @@ require (
6466
github.com/google/btree v1.0.0 // indirect
6567
github.com/google/go-cmp v0.5.9 // indirect
6668
github.com/google/uuid v1.3.0 // indirect
69+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
6770
github.com/gorilla/websocket v1.5.0 // indirect
6871
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
6972
github.com/hashicorp/consul/api v1.15.3 // indirect
@@ -124,7 +127,7 @@ require (
124127
github.com/mrunalp/fileutils v0.5.0 // indirect
125128
github.com/oklog/run v1.1.0 // indirect
126129
github.com/opencontainers/go-digest v1.0.0 // indirect
127-
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
130+
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
128131
github.com/opencontainers/runc v1.1.5 // indirect
129132
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
130133
github.com/opencontainers/selinux v1.10.1 // indirect
@@ -140,7 +143,7 @@ require (
140143
github.com/shirou/gopsutil/v3 v3.23.1 // indirect
141144
github.com/shoenig/test v0.6.1 // indirect
142145
github.com/shopspring/decimal v1.2.0 // indirect
143-
github.com/sirupsen/logrus v1.9.0 // indirect
146+
github.com/sirupsen/logrus v1.9.3 // indirect
144147
github.com/spf13/cast v1.3.1 // indirect
145148
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
146149
github.com/tklauser/go-sysconf v0.3.11 // indirect
@@ -151,23 +154,23 @@ require (
151154
github.com/vmihailenco/tagparser v0.1.1 // indirect
152155
github.com/yusufpapurcu/wmi v1.2.2 // indirect
153156
github.com/zclconf/go-cty v1.12.1 // indirect
154-
go.etcd.io/bbolt v1.3.6 // indirect
157+
go.etcd.io/bbolt v1.3.7 // indirect
155158
go.opencensus.io v0.24.0 // indirect
156159
go.uber.org/atomic v1.9.0 // indirect
157160
golang.org/x/crypto v0.14.0 // indirect
158161
golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
159162
golang.org/x/mod v0.8.0 // indirect
160163
golang.org/x/net v0.17.0 // indirect
161-
golang.org/x/sync v0.1.0 // indirect
164+
golang.org/x/sync v0.3.0 // indirect
162165
golang.org/x/sys v0.13.0 // indirect
163166
golang.org/x/text v0.13.0 // indirect
164167
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
165168
golang.org/x/tools v0.6.0 // indirect
166-
google.golang.org/api v0.114.0 // indirect
169+
google.golang.org/api v0.126.0 // indirect
167170
google.golang.org/appengine v1.6.7 // indirect
168-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
169-
google.golang.org/grpc v1.56.3 // indirect
170-
google.golang.org/protobuf v1.30.0 // indirect
171+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
172+
google.golang.org/grpc v1.58.3 // indirect
173+
google.golang.org/protobuf v1.31.0 // indirect
171174
gopkg.in/fsnotify.v1 v1.4.7 // indirect
172175
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
173176
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

go.sum

+36-28
Large diffs are not rendered by default.

vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go

+35-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/osversion/platform_compat_windows.go

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/annotations.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/artifact.go

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/config.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/descriptor.go

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/index.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/manifest.go

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/v1/mediatype.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/image-spec/specs-go/version.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/README.md

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)