summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorUrvashi Mohnani <umohnani@redhat.com>2019-09-16 14:52:24 -0400
committerUrvashi Mohnani <umohnani@redhat.com>2019-09-17 14:35:24 -0400
commit518d59182eef09254a5c3df30d8af61c5f445c80 (patch)
tree75db8c5406f22f5dd998cbc60007bc2f6d1b9399 /go.sum
parent143caa98bf07eef1a4d46da2cc56603a3ef739b8 (diff)
downloadpodman-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.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index fbf0e667d..63c2ddd30 100644
--- a/go.sum
+++ b/go.sum
@@ -108,6 +108,8 @@ github.com/containers/storage v1.13.1 h1:rjVirLS9fCGkUFlLDZEoGDDUugtIf46DufWvJu0
github.com/containers/storage v1.13.1/go.mod h1:6D8nK2sU9V7nEmAraINRs88ZEscM5C5DK+8Npp27GeA=
github.com/containers/storage v1.13.2 h1:UXZ0Ckmk6+6+4vj2M2ywruVtH97pnRoAhTG8ctd+yQI=
github.com/containers/storage v1.13.2/go.mod h1:6D8nK2sU9V7nEmAraINRs88ZEscM5C5DK+8Npp27GeA=
+github.com/containers/storage v1.13.3 h1:9EzTXZXG/8SGD9MnkSCe/jLq3QldcE1QlgW7vePEsjw=
+github.com/containers/storage v1.13.3/go.mod h1:6D8nK2sU9V7nEmAraINRs88ZEscM5C5DK+8Npp27GeA=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/bbolt v1.3.3/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=