Skip to content

Commit eaf5371

Browse files
authored
Merge pull request moby#5513 from slonopotamus/typeurl-bump
Bump typeurl to 2.2.3
2 parents 11f4528 + ab44ca1 commit eaf5371

File tree

6 files changed

+128
-43
lines changed

6 files changed

+128
-43
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/containerd/platforms v0.2.1
2828
github.com/containerd/stargz-snapshotter v0.15.1
2929
github.com/containerd/stargz-snapshotter/estargz v0.15.1
30-
github.com/containerd/typeurl/v2 v2.2.0
30+
github.com/containerd/typeurl/v2 v2.2.3
3131
github.com/containernetworking/plugins v1.4.0
3232
github.com/coreos/go-systemd/v22 v22.5.0
3333
github.com/distribution/reference v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G
121121
github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk=
122122
github.com/containerd/ttrpc v1.2.5 h1:IFckT1EFQoFBMG4c3sMdT8EP3/aKfumK1msY+Ze4oLU=
123123
github.com/containerd/ttrpc v1.2.5/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o=
124-
github.com/containerd/typeurl/v2 v2.2.0 h1:6NBDbQzr7I5LHgp34xAXYF5DOTQDn05X58lsPEmzLso=
125-
github.com/containerd/typeurl/v2 v2.2.0/go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g=
124+
github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++dYSw40=
125+
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
126126
github.com/containernetworking/cni v1.2.2 h1:9IbP6KJQQxVKo4hhnm8r50YcVKrJbJu3Dqw+Rbt1vYk=
127127
github.com/containernetworking/cni v1.2.2/go.mod h1:DuLgF+aPd3DzcTQTtp/Nvl1Kim23oFKdm2okJzBQA5M=
128128
github.com/containernetworking/plugins v1.4.0 h1:+w22VPYgk7nQHw7KT92lsRmuToHvb7wwSv9iTbXzzic=

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
@@ -425,7 +425,7 @@ github.com/containerd/stargz-snapshotter/estargz/zstdchunked
425425
# github.com/containerd/ttrpc v1.2.5
426426
## explicit; go 1.19
427427
github.com/containerd/ttrpc
428-
# github.com/containerd/typeurl/v2 v2.2.0
428+
# github.com/containerd/typeurl/v2 v2.2.3
429429
## explicit; go 1.21
430430
github.com/containerd/typeurl/v2
431431
# github.com/containernetworking/cni v1.2.2

0 commit comments

Comments
 (0)