summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-07-18 16:50:34 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-07-22 14:35:03 +0200
commitc1b792c1e0326b95e1d37733731f2d8a130bebbd (patch)
tree1b6a3a66aeff04560712ba973b6c5d925ded50c6 /go.mod
parentd6b41eb393c154eaff79b4fdcb04c7510a6fdb20 (diff)
downloadpodman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.tar.gz
podman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.tar.bz2
podman-c1b792c1e0326b95e1d37733731f2d8a130bebbd.zip
vendor github.com/containers/image@v2.0.1
* progress bar: use spinners for unknown blob sizes * use 'containers_image_ostree' as build tag * ostree: default is no OStree support * Add "Env" to ImageInspectInfo * config.go: improve debug message * config.go: log where credentials come from * Fix typo in docs/containers-registries.conf.5.md * docker: delete: support all MIME types * Try harder in storageImageDestination.TryReusingBlob * docker: allow deleting OCI images * ostree: improve error message Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b6c400f18..23249a807 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/containernetworking/cni v0.7.1
github.com/containernetworking/plugins v0.8.1
github.com/containers/buildah v1.9.0
- github.com/containers/image v2.0.0+incompatible
+ github.com/containers/image v2.0.1+incompatible
github.com/containers/psgo v1.3.1
github.com/containers/storage v1.12.13
github.com/coreos/bbolt v1.3.3 // indirect