aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-03 13:38:27 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-03 13:38:27 -0800
commitc3f674ac1d693634a2630341b06cbcf85691e62d (patch)
tree87b3df8306ddf10acf606b35af7a16ded4ed1d13 /go.mod
parent9c9ba3c209a4e833727b5e4a797bfdd332b2cb4f (diff)
downloadseaweedfs-c3f674ac1d693634a2630341b06cbcf85691e62d.tar.xz
seaweedfs-c3f674ac1d693634a2630341b06cbcf85691e62d.zip
address raft nil snapshot during flush
fix https://github.com/chrislusf/seaweedfs/issues/1718
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 e49838059..467b3b1fc 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.3
+ github.com/chrislusf/raft v1.0.4
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