1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-11 14:00:35 +02:00

Update go.mod

This commit is contained in:
Chris Lu 2021-03-10 12:22:58 -08:00
parent 216de41ed9
commit 6d729fa742

1
go.mod
View file

@ -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