Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit d2f2201

Browse files
committed
fix race condition while creating buckets
1 parent 7287c3d commit d2f2201

File tree

4 files changed

+440
-14
lines changed

4 files changed

+440
-14
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.15
55
require (
66
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
77
github.com/kubernetes-sigs/container-object-storage-interface-api v0.0.0-20201210173615-0c3244fa34b9
8+
github.com/minio/direct-csi v1.0.0
89
github.com/spf13/cobra v1.1.1
910
github.com/spf13/viper v1.7.1
1011
golang.org/x/time v0.0.0-20191024005414-555d28b269f0

0 commit comments

Comments
 (0)