diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-30 06:24:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 06:24:09 -0700 |
commit | 150ba5edede258a3a64afdd6f58b8bf6083dc7a6 (patch) | |
tree | 76e9d12ad3305306171d5ea1aebc6a7c08802097 /go.mod | |
parent | 01b7af8ee9b3df1439c4da109ba11e7410108dab (diff) | |
parent | ee2b61bffa324f163a1c5eaf0f8d9a4d09047113 (diff) | |
download | podman-150ba5edede258a3a64afdd6f58b8bf6083dc7a6.tar.gz podman-150ba5edede258a3a64afdd6f58b8bf6083dc7a6.tar.bz2 podman-150ba5edede258a3a64afdd6f58b8bf6083dc7a6.zip |
Merge pull request #4143 from vrothberg/update-storage
update c/storage to v1.13.4
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.3 + github.com/containers/storage v1.13.4 github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-iptables v0.4.2 // indirect |