diff options
author | Urvashi Mohnani <umohnani@redhat.com> | 2019-09-16 14:52:24 -0400 |
---|---|---|
committer | Urvashi Mohnani <umohnani@redhat.com> | 2019-09-17 14:35:24 -0400 |
commit | 518d59182eef09254a5c3df30d8af61c5f445c80 (patch) | |
tree | 75db8c5406f22f5dd998cbc60007bc2f6d1b9399 /go.mod | |
parent | 143caa98bf07eef1a4d46da2cc56603a3ef739b8 (diff) | |
download | podman-518d59182eef09254a5c3df30d8af61c5f445c80.tar.gz podman-518d59182eef09254a5c3df30d8af61c5f445c80.tar.bz2 podman-518d59182eef09254a5c3df30d8af61c5f445c80.zip |
Vendor c/storage 1.13.3
Pull in fixes to avoid double locking the mounts list when
doing a save or cleanup.
Signed-off-by: Urvashi Mohnani <umohnani@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.2 + github.com/containers/storage v1.13.3 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 |