Skip to content

Commit ccd27ad

Browse files
committed
vendor: github.com/containerd/ttrpc v1.2.5
full diff: containerd/ttrpc@v1.2.4...v1.2.5 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent bbb3f92 commit ccd27ad

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ require (
129129
github.com/cespare/xxhash/v2 v2.2.0 // indirect
130130
github.com/containerd/cgroups v1.1.0 // indirect
131131
github.com/containerd/fifo v1.1.0 // indirect
132-
github.com/containerd/ttrpc v1.2.4 // indirect
132+
github.com/containerd/ttrpc v1.2.5 // indirect
133133
github.com/containernetworking/cni v1.1.2 // indirect
134134
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
135135
github.com/davecgh/go-spew v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/containerd/stargz-snapshotter v0.15.1 h1:fpsP4kf/Z4n2EYnU0WT8ZCE3eiKD
116116
github.com/containerd/stargz-snapshotter v0.15.1/go.mod h1:74D+J1m1RMXytLmWxegXWhtOSRHPWZKpKc2NdK3S+us=
117117
github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU=
118118
github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk=
119-
github.com/containerd/ttrpc v1.2.4 h1:eQCQK4h9dxDmpOb9QOOMh2NHTfzroH1IkmHiKZi05Oo=
120-
github.com/containerd/ttrpc v1.2.4/go.mod h1:ojvb8SJBSch0XkqNO0L0YX/5NxR3UnVk2LzFKBK0upc=
119+
github.com/containerd/ttrpc v1.2.5 h1:IFckT1EFQoFBMG4c3sMdT8EP3/aKfumK1msY+Ze4oLU=
120+
github.com/containerd/ttrpc v1.2.5/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
121121
github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=
122122
github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0=
123123
github.com/containernetworking/cni v1.1.2 h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl31EQbXALQ=

vendor/github.com/containerd/ttrpc/README.md

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

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

Lines changed: 3 additions & 3 deletions
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

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ github.com/containerd/stargz-snapshotter/estargz
410410
github.com/containerd/stargz-snapshotter/estargz/errorutil
411411
github.com/containerd/stargz-snapshotter/estargz/externaltoc
412412
github.com/containerd/stargz-snapshotter/estargz/zstdchunked
413-
# github.com/containerd/ttrpc v1.2.4
413+
# github.com/containerd/ttrpc v1.2.5
414414
## explicit; go 1.19
415415
github.com/containerd/ttrpc
416416
# github.com/containerd/typeurl/v2 v2.1.1

0 commit comments

Comments
 (0)