aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-14 20:52:26 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-14 20:52:26 -0800
commit7cfa616843d88a5557d166cacfc64b9b3fce5e9c (patch)
tree80e8582679d31fc20b8aea3e57a6c31397a6a9a0 /go.mod
parent57c770a7b4d67870b467ddba622a611615ad6f95 (diff)
downloadseaweedfs-7cfa616843d88a5557d166cacfc64b9b3fce5e9c.tar.xz
seaweedfs-7cfa616843d88a5557d166cacfc64b9b3fce5e9c.zip
raft: grpc wait for ready
related to https://github.com/chrislusf/seaweedfs/issues/1618 https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md https://github.com/chrislusf/raft/commit/7c64624a0692a6058b2482f4f2857a77274187f0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 264b04845..d4c1c5a5a 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go v1.33.5
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cespare/xxhash v1.1.0
- github.com/chrislusf/raft v1.0.2
+ github.com/chrislusf/raft v1.0.3
github.com/coreos/go-semver v0.3.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2