diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-08-09 20:44:40 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-08-09 20:44:40 +0200 |
commit | 2e804006831fb017b6b392d9aab0838a2fac236d (patch) | |
tree | 80e19cab9e46119aeecea4e0443e6f2a178eddfe /go.mod | |
parent | 4b91f60e893d2f0cdc4c410b4693a22efc1d48f4 (diff) | |
download | podman-2e804006831fb017b6b392d9aab0838a2fac236d.tar.gz podman-2e804006831fb017b6b392d9aab0838a2fac236d.tar.bz2 podman-2e804006831fb017b6b392d9aab0838a2fac236d.zip |
vendor github.com/containers/storage@v1.13.2
* Ignore ro mount options in btrfs and windows drivers
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 |