Skip to content

Commit 0af6203

Browse files
committed
vendor: github.com/containerd/typeurl v2.2.3
- add a `no_gogo` build-tag to allow compiling without support for gogoproto (github.com/gogo/protobuf) - fix panic when type is not found and no handler is hit. - fix unmarshalling of registered types full diff: containerd/typeurl@v2.2.0...v2.2.3 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4f4e34f commit 0af6203

6 files changed

Lines changed: 128 additions & 43 deletions

File tree

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/containerd/fifo v1.1.0
3434
github.com/containerd/log v0.1.0
3535
github.com/containerd/platforms v0.2.1
36-
github.com/containerd/typeurl/v2 v2.2.0
36+
github.com/containerd/typeurl/v2 v2.2.3
3737
github.com/coreos/go-systemd/v22 v22.5.0
3838
github.com/cpuguy83/tar2go v0.3.1
3939
github.com/creack/pty v1.1.21

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G
135135
github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk=
136136
github.com/containerd/ttrpc v1.2.5 h1:IFckT1EFQoFBMG4c3sMdT8EP3/aKfumK1msY+Ze4oLU=
137137
github.com/containerd/ttrpc v1.2.5/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
138-
github.com/containerd/typeurl/v2 v2.2.0 h1:6NBDbQzr7I5LHgp34xAXYF5DOTQDn05X58lsPEmzLso=
139-
github.com/containerd/typeurl/v2 v2.2.0/go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g=
138+
github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40=
139+
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
140140
github.com/containernetworking/cni v1.2.2 h1:9IbP6KJQQxVKo4hhnm8r50YcVKrJbJu3Dqw+Rbt1vYk=
141141
github.com/containernetworking/cni v1.2.2/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
142142
github.com/containernetworking/plugins v1.5.1 h1:T5ji+LPYjjgW0QM+KyrigZbLsZ8jaX+E5J/EcKOE4gQ=

vendor/github.com/containerd/typeurl/v2/README.md

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

vendor/github.com/containerd/typeurl/v2/types.go

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

vendor/github.com/containerd/typeurl/v2/types_gogo.go

Lines changed: 68 additions & 0 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
@@ -390,7 +390,7 @@ github.com/containerd/stargz-snapshotter/estargz/errorutil
390390
# github.com/containerd/ttrpc v1.2.5
391391
## explicit; go 1.19
392392
github.com/containerd/ttrpc
393-
# github.com/containerd/typeurl/v2 v2.2.0
393+
# github.com/containerd/typeurl/v2 v2.2.3
394394
## explicit; go 1.21
395395
github.com/containerd/typeurl/v2
396396
# github.com/containernetworking/cni v1.2.2

0 commit comments

Comments
 (0)