diff options
Diffstat (limited to 'vendor.mod')
-rw-r--r-- | vendor.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor.mod b/vendor.mod index 3eebff1706..f11044b12e 100644 --- a/vendor.mod +++ b/vendor.mod @@ -28,7 +28,7 @@ require ( github.com/containerd/containerd v1.6.19 github.com/containerd/continuity v0.3.0 github.com/containerd/fifo v1.1.0 - github.com/containerd/typeurl v1.0.2 + github.com/containerd/typeurl/v2 v2.1.0 github.com/coreos/go-systemd/v22 v22.4.0 github.com/creack/pty v1.1.11 github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 @@ -121,6 +121,7 @@ require ( github.com/containerd/nydus-snapshotter v0.3.1 // indirect github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect github.com/containerd/ttrpc v1.1.0 // indirect + github.com/containerd/typeurl v1.0.2 // indirect github.com/containernetworking/cni v1.1.1 // indirect github.com/cyphar/filepath-securejoin v0.2.3 // indirect github.com/dimchansky/utfbom v1.1.1 // indirect |