aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-10 12:22:58 -0800
committerChris Lu <chris.lu@gmail.com>2021-03-10 12:22:58 -0800
commit6d729fa74221485ee7d6cfae472c91e0065efbeb (patch)
tree6fe52b98a06997bb0383901a3ea29669e4bb7cc3
parent216de41ed9dbbbdff9d9f3dae7c53bdf225a5865 (diff)
downloadseaweedfs-6d729fa74221485ee7d6cfae472c91e0065efbeb.tar.xz
seaweedfs-6d729fa74221485ee7d6cfae472c91e0065efbeb.zip
Update go.mod
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3c75a9cb5..f7b869281 100644
--- a/go.mod
+++ b/go.mod
@@ -38,6 +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/grpc-gateway v1.11.0 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/json-iterator/go v1.1.10