aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-14 09:37:55 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-14 09:37:55 -0700
commitcb6fb0e30a70d64245025e893ba19992b915448d (patch)
tree9ee01abe1b07f044674501bb8dd0e4d5d932a928 /go.mod
parentc446ee10ba4233be69f5b032b65cdd92e7c14a41 (diff)
downloadseaweedfs-csi-driver-cb6fb0e30a70d64245025e893ba19992b915448d.tar.xz
seaweedfs-csi-driver-cb6fb0e30a70d64245025e893ba19992b915448d.zip
sync with seaweedfs
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 7c3065c..2373041 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go v1.38.69 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
- github.com/chrislusf/seaweedfs v0.0.0-20210820112241-1b1ab331f60c
+ github.com/chrislusf/seaweedfs v0.0.0-20210914051334-119d5908dd52
github.com/container-storage-interface/spec v1.5.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
@@ -18,7 +18,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
- github.com/google/uuid v1.2.0 // indirect
+ github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -48,14 +48,14 @@ require (
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
- golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
- golang.org/x/sys v0.0.0-20210817142637-7d9622a276b7 // indirect
+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
+ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
- google.golang.org/grpc v1.38.0
+ google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af // indirect
+ google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/inf.v0 v0.9.1 // indirect