From 27f8d67919954188b858677c6bc39c2ed014f7f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Jan 2021 23:37:48 +0000 Subject: [PATCH] chore: update module deislabs/oras to v0.9.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8d00d1d..8f39904 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/containerd/containerd v1.4.3 - github.com/deislabs/oras v0.8.1 + github.com/deislabs/oras v0.9.0 github.com/docker/go-units v0.4.0 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/mitchellh/mapstructure v1.2.2 // indirect