upgrade raft to v1.0.5

fix https://github.com/chrislusf/seaweedfs/issues/1974
This commit is contained in:
Chris Lu
2021-04-07 20:59:48 -07:00
parent 0f02bd210d
commit b06c5b9d99
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/bwmarrin/snowflake v0.3.0
github.com/cespare/xxhash v1.1.0
github.com/chrislusf/raft v1.0.4
github.com/chrislusf/raft v1.0.5
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