aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 153ebad0e..6b10f1a4f 100644
--- a/go.mod
+++ b/go.mod
@@ -464,4 +464,7 @@ require (
storj.io/uplink v1.13.1 // indirect
)
+// Use the seaweedfs fork of cockroachdb-parser to fix cross-platform build issues
+replace github.com/cockroachdb/cockroachdb-parser => github.com/seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e
+
// replace github.com/seaweedfs/raft => /Users/chrislu/go/src/github.com/seaweedfs/raft