We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37dd9b commit d80fc36Copy full SHA for d80fc36
go.mod
@@ -45,4 +45,8 @@ require (
45
gopkg.in/warnings.v0 v0.1.2 // indirect
46
)
47
48
-replace github.com/hashicorp/raft => github.com/openark/raft v0.0.0-20170918052300-fba9f909f7fe
+replace (
49
+ github.com/hashicorp/raft => github.com/openark/raft v0.0.0-20170918052300-fba9f909f7fe
50
+ golang.org/x/text v0.3.0 => golang.org/x/text v0.3.8
51
+ golang.org/x/text v0.3.7 => golang.org/x/text v0.3.8
52
+)
0 commit comments