diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-09 21:58:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 21:58:53 +0200 |
commit | bb80586e275fe0d3f47700ec54c9718a28b1e59c (patch) | |
tree | 90a74c6b90ce1cd01ec0fac1b5d1bab1d886e00f /go.mod | |
parent | d05798e5e8efcb1acdd8794edfa0f82bf5f01045 (diff) | |
parent | 2e804006831fb017b6b392d9aab0838a2fac236d (diff) | |
download | podman-bb80586e275fe0d3f47700ec54c9718a28b1e59c.tar.gz podman-bb80586e275fe0d3f47700ec54c9718a28b1e59c.tar.bz2 podman-bb80586e275fe0d3f47700ec54c9718a28b1e59c.zip |
Merge pull request #3775 from vrothberg/update-storage
vendor github.com/containers/storage@v1.13.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/conmon v0.3.0 // indirect github.com/containers/image v3.0.2+incompatible github.com/containers/psgo v1.3.1 - github.com/containers/storage v1.13.1 + github.com/containers/storage v1.13.2 github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-iptables v0.4.1 |