aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-05-09 22:54:23 -0700
committerchrislu <chris.lu@gmail.com>2023-05-09 22:54:23 -0700
commitd999f1f0e2a13deeb8d221009ac352d86095480d (patch)
tree2f868c1db84d3e11da8cc4050eb78f1b1db09367 /go.mod
parent25b237b83ca38854154cf4ea3f76ae892fa88b12 (diff)
downloadseaweedfs-d999f1f0e2a13deeb8d221009ac352d86095480d.tar.xz
seaweedfs-d999f1f0e2a13deeb8d221009ac352d86095480d.zip
update raft version
fix #4460
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 39d8aea6e..252f208b3 100644
--- a/go.mod
+++ b/go.mod
@@ -84,7 +84,7 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/seaweedfs/goexif v1.0.3
- github.com/seaweedfs/raft v1.1.2
+ github.com/seaweedfs/raft v1.1.3
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect