Skip to content

Commit 28248e5

Browse files
Bump github.com/containerd/containerd from 1.7.25 to 1.7.26
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.25 to 1.7.26. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.7.25...v1.7.26) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b55bd42 commit 28248e5

File tree

10 files changed

+110
-28
lines changed

10 files changed

+110
-28
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
github.com/RussellLuo/slidingwindow v0.0.0-20200528002341-535bb99d338b
99
github.com/burntsushi/toml v0.3.1
10-
github.com/containerd/containerd v1.7.25
10+
github.com/containerd/containerd v1.7.26
1111
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
1212
github.com/docker/docker v27.5.1+incompatible
1313
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
@@ -42,7 +42,7 @@ require (
4242
github.com/containerd/fifo v1.1.0 // indirect
4343
github.com/containerd/log v0.1.0 // indirect
4444
github.com/containerd/platforms v0.2.1 // indirect
45-
github.com/containerd/ttrpc v1.2.5 // indirect
45+
github.com/containerd/ttrpc v1.2.7 // indirect
4646
github.com/containerd/typeurl/v2 v2.2.0 // indirect
4747
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4848
github.com/distribution/reference v0.6.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
2727
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
2828
github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGDJ9kip0=
2929
github.com/containerd/cgroups/v3 v3.0.3/go.mod h1:8HBe7V3aWGLFPd/k03swSIsGjZhHI2WzJmticMgVuz0=
30-
github.com/containerd/containerd v1.7.25 h1:khEQOAXOEJalRO228yzVsuASLH42vT7DIo9Ss+9SMFQ=
31-
github.com/containerd/containerd v1.7.25/go.mod h1:tWfHzVI0azhw4CT2vaIjsb2CoV4LJ9PrMPaULAr21Ok=
30+
github.com/containerd/containerd v1.7.26 h1:3cs8K2RHlMQaPifLqgRyI4VBkoldNdEw62cb7qQga7k=
31+
github.com/containerd/containerd v1.7.26/go.mod h1:m4JU0E+h0ebbo9yXD7Hyt+sWnc8tChm7MudCjj4jRvQ=
3232
github.com/containerd/containerd/api v1.8.0 h1:hVTNJKR8fMc/2Tiw60ZRijntNMd1U+JVMyTRdsD2bS0=
3333
github.com/containerd/containerd/api v1.8.0/go.mod h1:dFv4lt6S20wTu/hMcP4350RL87qPWLVa/OHOwmmdnYc=
3434
github.com/containerd/continuity v0.4.4 h1:/fNVfTJ7wIl/YPMHjf+5H32uFhl63JucB34PlCpMKII=
@@ -41,8 +41,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
4141
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
4242
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
4343
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
44-
github.com/containerd/ttrpc v1.2.5 h1:IFckT1EFQoFBMG4c3sMdT8EP3/aKfumK1msY+Ze4oLU=
45-
github.com/containerd/ttrpc v1.2.5/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
44+
github.com/containerd/ttrpc v1.2.7 h1:qIrroQvuOL9HQ1X6KHe2ohc7p+HP/0VE6XPU7elJRqQ=
45+
github.com/containerd/ttrpc v1.2.7/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
4646
github.com/containerd/typeurl/v2 v2.2.0 h1:6NBDbQzr7I5LHgp34xAXYF5DOTQDn05X58lsPEmzLso=
4747
github.com/containerd/typeurl/v2 v2.2.0/go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g=
4848
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

vendor/github.com/containerd/containerd/.golangci.yml

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

vendor/github.com/containerd/containerd/Vagrantfile

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

vendor/github.com/containerd/containerd/version/version.go

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

vendor/github.com/containerd/ttrpc/channel.go

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

vendor/github.com/containerd/ttrpc/errors.go

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

vendor/github.com/containerd/ttrpc/metadata.go

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

vendor/github.com/containerd/ttrpc/server.go

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

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ github.com/cespare/xxhash/v2
6060
# github.com/containerd/cgroups/v3 v3.0.3
6161
## explicit; go 1.18
6262
github.com/containerd/cgroups/v3/cgroup1/stats
63-
# github.com/containerd/containerd v1.7.25
63+
# github.com/containerd/containerd v1.7.26
6464
## explicit; go 1.21
6565
github.com/containerd/containerd
6666
github.com/containerd/containerd/archive
@@ -159,7 +159,7 @@ github.com/containerd/log
159159
# github.com/containerd/platforms v0.2.1
160160
## explicit; go 1.20
161161
github.com/containerd/platforms
162-
# github.com/containerd/ttrpc v1.2.5
162+
# github.com/containerd/ttrpc v1.2.7
163163
## explicit; go 1.19
164164
github.com/containerd/ttrpc
165165
# github.com/containerd/typeurl/v2 v2.2.0

0 commit comments

Comments
 (0)