diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-21 19:30:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 19:30:10 +0200 |
commit | 9eb6c3056398c3776018eccd121ac487a9282c36 (patch) | |
tree | 19b3d53d54b92ae28372b656ab1ff21fe10e645e /go.mod | |
parent | 17553caca453b3ca24ad3e5f1c15ffeaad87030a (diff) | |
parent | 7ccf5708dac7a2d8d1ea89a5d165f12e11d01131 (diff) | |
download | podman-9eb6c3056398c3776018eccd121ac487a9282c36.tar.gz podman-9eb6c3056398c3776018eccd121ac487a9282c36.tar.bz2 podman-9eb6c3056398c3776018eccd121ac487a9282c36.zip |
Merge pull request #6314 from containers/dependabot/go_modules/github.com/containers/storage-1.20.1
Bump github.com/containers/storage from 1.19.2 to 1.20.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ require ( github.com/containers/conmon v2.0.16+incompatible github.com/containers/image/v5 v5.4.4 github.com/containers/psgo v1.5.0 - github.com/containers/storage v1.19.2 + github.com/containers/storage v1.20.1 github.com/coreos/go-systemd/v22 v22.0.0 github.com/cri-o/ocicni v0.2.0 github.com/cyphar/filepath-securejoin v0.2.2 @@ -37,7 +37,7 @@ require ( github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.12.1 github.com/onsi/gomega v1.10.1 - github.com/opencontainers/go-digest v1.0.0-rc1 + github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runc v1.0.0-rc9 github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2 |