diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-06 02:31:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 02:31:18 -0800 |
commit | 5c6eb1a94eb2688b28209997cbf18fa4aff97fe0 (patch) | |
tree | 9919e3d8fd5c7b5a8d6d625072bca2f672db3729 /go.mod | |
parent | 465e142bf28ed04e78c8b32c0ecef6fe72a38ecc (diff) | |
parent | 625a02a28616ee519f09f89da91f5d6a2e78f265 (diff) | |
download | podman-5c6eb1a94eb2688b28209997cbf18fa4aff97fe0.tar.gz podman-5c6eb1a94eb2688b28209997cbf18fa4aff97fe0.tar.bz2 podman-5c6eb1a94eb2688b28209997cbf18fa4aff97fe0.zip |
Merge pull request #4652 from containers/dependabot/go_modules/github.com/containers/storage-1.15.2
build(deps): bump github.com/containers/storage from 1.15.0 to 1.15.2
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.0 + github.com/containers/storage v1.15.2 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 |