Upgrade containerd/typeurl

https://github.com/containerd/typeurl/pull/35 is needed to handle
types generated by protoc-gen-go.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-04-21 19:23:10 +00:00
parent 9dbe000a38
commit f616dd471e
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/containerd/imgcrypt v1.1.5-0.20220421044638-8ba028dca028
github.com/containerd/nri v0.1.0
github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3
github.com/containerd/typeurl v1.0.3-0.20220324183432-6193a0e03259
github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
github.com/containerd/zfs v1.0.0
github.com/containernetworking/plugins v1.1.1
github.com/coreos/go-systemd/v22 v22.3.2