Skip to content

Commit 1cae3dc

Browse files
committed
update ttrpc to 1.2.4
Signed-off-by: Kirtana Ashok <[email protected]>
1 parent 1bed3e9 commit 1cae3dc

File tree

4 files changed

+32
-13
lines changed

4 files changed

+32
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/containerd/nri v0.6.1
2424
github.com/containerd/platforms v0.1.1
2525
github.com/containerd/plugin v0.1.0
26-
github.com/containerd/ttrpc v1.2.3
26+
github.com/containerd/ttrpc v1.2.4
2727
github.com/containerd/typeurl/v2 v2.1.1
2828
github.com/containernetworking/cni v1.2.0
2929
github.com/containernetworking/plugins v1.4.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/containerd/platforms v0.1.1 h1:gp0xXBoY+1CjH54gJDon0kBjIbK2C4XSX1BGwP
6161
github.com/containerd/platforms v0.1.1/go.mod h1:XOM2BS6kN6gXafPLg80V6y/QUib+xoLyC3qVmHzibko=
6262
github.com/containerd/plugin v0.1.0 h1:CYMyZk9beRAIe1FEKItbMLLAz/z16aXrGc+B+nv0fU4=
6363
github.com/containerd/plugin v0.1.0/go.mod h1:j6HlpMtkiZMgT4UsfVNxPBUkwdw9KQGU6nCLfRxnq+w=
64-
github.com/containerd/ttrpc v1.2.3 h1:4jlhbXIGvijRtNC8F/5CpuJZ7yKOBFGFOOXg1bkISz0=
65-
github.com/containerd/ttrpc v1.2.3/go.mod h1:ieWsXucbb8Mj9PH0rXCw1i8IunRbbAiDkpXkbfflWBM=
64+
github.com/containerd/ttrpc v1.2.4 h1:eQCQK4h9dxDmpOb9QOOMh2NHTfzroH1IkmHiKZi05Oo=
65+
github.com/containerd/ttrpc v1.2.4/go.mod h1:ojvb8SJBSch0XkqNO0L0YX/5NxR3UnVk2LzFKBK0upc=
6666
github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=
6767
github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0=
6868
github.com/containernetworking/cni v1.2.0 h1:fEjhlfWwWAXEvlcMQu/i6z8DA0Kbu7EcmR5+zb6cm5I=

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

Lines changed: 28 additions & 9 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
@@ -181,7 +181,7 @@ github.com/containerd/platforms
181181
github.com/containerd/plugin
182182
github.com/containerd/plugin/dynamic
183183
github.com/containerd/plugin/registry
184-
# github.com/containerd/ttrpc v1.2.3
184+
# github.com/containerd/ttrpc v1.2.4
185185
## explicit; go 1.19
186186
github.com/containerd/ttrpc
187187
# github.com/containerd/typeurl/v2 v2.1.1

0 commit comments

Comments
 (0)