diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-23 12:10:23 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-23 12:10:23 -0700 |
| commit | 46ae28d64cc9296e76d2c61350708e0765476d0c (patch) | |
| tree | 6cf9567e2ee2e62f55999c038b21d57d9348bc89 /go.mod | |
| parent | 28f615dcae3972abb1cd25ce66de8c0b4c31c752 (diff) | |
| download | seaweedfs-46ae28d64cc9296e76d2c61350708e0765476d0c.tar.xz seaweedfs-46ae28d64cc9296e76d2c61350708e0765476d0c.zip | |
upgrade github.com/chrislusf/raft
fix https://github.com/chrislusf/seaweedfs/issues/3223
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/bwmarrin/snowflake v0.3.0 github.com/cespare/xxhash v1.1.0 github.com/cespare/xxhash/v2 v2.1.2 // indirect - github.com/chrislusf/raft v1.0.8 + github.com/chrislusf/raft v1.0.9 github.com/colinmarc/hdfs/v2 v2.3.0 github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd/v22 v22.3.2 // indirect |
