aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-08 10:28:01 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-08 10:28:04 -0700
commit1b680c06c1de27e6a3899c089ec354a9eb08ea44 (patch)
tree4d6cfd722cf6e19b5aa8253e477ddc596ea5e193 /go.mod
parent6360824dd280522b39af3ca773564139118f8455 (diff)
downloadseaweedfs-1b680c06c1de27e6a3899c089ec354a9eb08ea44.tar.xz
seaweedfs-1b680c06c1de27e6a3899c089ec354a9eb08ea44.zip
update to raft 1.0.1
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 6b4e3580c..6bd3733c5 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go v1.23.13
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cespare/xxhash v1.1.0
- github.com/chrislusf/raft v1.0.0
+ github.com/chrislusf/raft v1.0.1
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect