diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-19 17:50:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 17:50:11 +0100 |
commit | f2bcc9cc7dc8b1937f39db503db96651d84c3e3e (patch) | |
tree | 2999b7f3be8cc23ed3b9653966c389cd7b55d468 /go.mod | |
parent | aa1bb0b579fa053c3b0c47668dc8be0fa7f987f4 (diff) | |
parent | 86be569961b6dc73d15cbf9e709a12e586ba0077 (diff) | |
download | podman-f2bcc9cc7dc8b1937f39db503db96651d84c3e3e.tar.gz podman-f2bcc9cc7dc8b1937f39db503db96651d84c3e3e.tar.bz2 podman-f2bcc9cc7dc8b1937f39db503db96651d84c3e3e.zip |
Merge pull request #5258 from containers/dependabot/go_modules/github.com/containers/storage-1.16.0
build(deps): bump github.com/containers/storage from 1.15.8 to 1.16.0
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.10+incompatible github.com/containers/image/v5 v5.2.1 github.com/containers/psgo v1.4.0 - github.com/containers/storage v1.15.8 + github.com/containers/storage v1.16.0 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 |