diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-02 15:24:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 15:24:02 +0200 |
commit | 695aeac48152c968edf2c0e917233c19c2212b6f (patch) | |
tree | 72be4f34074a4000749ec041d6d878ab77c39b01 /go.mod | |
parent | 3b9ce8a3accdc906fb0c6c51e61556c26fbc9a43 (diff) | |
parent | 1ba0b862503bcb6af7f577f4c25708e60c690d56 (diff) | |
download | podman-695aeac48152c968edf2c0e917233c19c2212b6f.tar.gz podman-695aeac48152c968edf2c0e917233c19c2212b6f.tar.bz2 podman-695aeac48152c968edf2c0e917233c19c2212b6f.zip |
Merge pull request #3469 from rhatdan/vendor
Update to containers/storage v1.12.13
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ require ( github.com/containers/buildah v1.9.0 github.com/containers/image v2.0.0+incompatible github.com/containers/psgo v1.3.0 - github.com/containers/storage v1.12.12 + github.com/containers/storage v1.12.13 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 |