diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-03 09:27:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 09:27:58 -0500 |
commit | 5e7d6e52dd8ac8f7e213cde7b98f270c77608523 (patch) | |
tree | cfc80de469cb835c603339f8eb5f6ddd035e2958 /go.mod | |
parent | 227d8815806fe63d07433707a356eb2e8c011f1e (diff) | |
parent | 94453c85c78908096764f8c0cb4cf72a470c182b (diff) | |
download | podman-5e7d6e52dd8ac8f7e213cde7b98f270c77608523.tar.gz podman-5e7d6e52dd8ac8f7e213cde7b98f270c77608523.tar.bz2 podman-5e7d6e52dd8ac8f7e213cde7b98f270c77608523.zip |
Merge pull request #5053 from containers/dependabot/go_modules/github.com/containers/storage-1.15.8
build(deps): bump github.com/containers/storage from 1.15.7 to 1.15.8
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.1.0 github.com/containers/psgo v1.4.0 - github.com/containers/storage v1.15.7 + github.com/containers/storage v1.15.8 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 |