Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 2fd30d5

Browse files
fix(deps): update module github.com/containerd/containerd to v1.6.26 [security]
1 parent 707f2e8 commit 2fd30d5

2 files changed

Lines changed: 599 additions & 10 deletions

File tree

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/aws/aws-sdk-go-v2/service/iam v1.19.10
2626
github.com/charmbracelet/glamour v0.6.0
2727
github.com/containerd/console v1.0.3
28-
github.com/containerd/containerd v1.6.20
28+
github.com/containerd/containerd v1.6.26
2929
github.com/denisbrodbeck/machineid v1.0.1
3030
github.com/depot/depot-go v0.0.0-20230819013533-12cec5cbd2f9
3131
github.com/docker/cli v24.0.0+incompatible
@@ -63,7 +63,7 @@ require (
6363
golang.org/x/crypto v0.14.0
6464
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
6565
golang.org/x/sync v0.4.0
66-
google.golang.org/grpc v1.57.0
66+
google.golang.org/grpc v1.58.3
6767
inet.af/tcpproxy v0.0.0-20221017015627-91f861402626
6868
k8s.io/api v0.27.3
6969
k8s.io/apiextensions-apiserver v0.27.3
@@ -87,6 +87,7 @@ require (
8787
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
8888
github.com/MakeNowJust/heredoc v1.0.0 // indirect
8989
github.com/Microsoft/go-winio v0.6.1 // indirect
90+
github.com/Microsoft/hcsshim v0.9.10 // indirect
9091
github.com/NYTimes/gziphandler v1.1.1 // indirect
9192
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
9293
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
@@ -121,6 +122,7 @@ require (
121122
github.com/cloudflare/circl v1.3.3 // indirect
122123
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
123124
github.com/containerd/continuity v0.4.1 // indirect
125+
github.com/containerd/log v0.1.0 // indirect
124126
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
125127
github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67 // indirect
126128
github.com/coreos/go-semver v0.3.0 // indirect

0 commit comments

Comments
 (0)