diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-11 02:15:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 02:15:55 +0100 |
commit | 282787f1fffeeda73d22987e74fae837536e9d26 (patch) | |
tree | 8d937ac00c05e18362cd3a5f08ccc092f0ea84ac /go.mod | |
parent | c2dab75f0ec1502e075cf5174d1b308267648fda (diff) | |
parent | 18436ec71b9782475d43f3d420164ed1738680d6 (diff) | |
download | podman-282787f1fffeeda73d22987e74fae837536e9d26.tar.gz podman-282787f1fffeeda73d22987e74fae837536e9d26.tar.bz2 podman-282787f1fffeeda73d22987e74fae837536e9d26.zip |
Merge pull request #4675 from mheon/update_cstorage_1153
Update containers/storage to v1.15.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/conmon v2.0.2+incompatible // indirect github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 - github.com/containers/storage v1.15.2 + github.com/containers/storage v1.15.3 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/cri-o/ocicni v0.1.1-0.20190920040751-deac903fd99b |