aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-03-16 03:36:34 -0700
committerGitHub <noreply@github.com>2021-03-16 03:36:34 -0700
commit04604b89e1da28d45e9f88bd0fe6ae0fb091e324 (patch)
tree1ef3f4cd86f9772631496a193bdeb62e25e780de /go.mod
parent9672f9e1b2ed399470e6ec877a667417c8b26870 (diff)
parenteb54993a4eacffde48007bb3bcc46b664d38c403 (diff)
downloadseaweedfs-04604b89e1da28d45e9f88bd0fe6ae0fb091e324.tar.xz
seaweedfs-04604b89e1da28d45e9f88bd0fe6ae0fb091e324.zip
Merge pull request #1913 from kmlebedev/check_chunkviews_mr
Check chunkviews mr
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7969c4c89..028d16cf4 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1 // indirect
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
+ github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/json-iterator/go v1.1.10
@@ -88,7 +88,7 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.20.0
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
- golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd
golang.org/x/tools v0.0.0-20200608174601-1b747fd94509
google.golang.org/api v0.26.0