aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2025-10-21 11:28:57 -0700
committerChris Lu <chris.lu@gmail.com>2025-10-21 11:28:57 -0700
commit76520583c6669f3be56e41a601f550f86911d8fb (patch)
tree8f70e00df59771d70850792792270e05e6502d3d /go.mod
parent8c6e1096576aa56eee261fae67ff02a392e833c8 (diff)
downloadseaweedfs-76520583c6669f3be56e41a601f550f86911d8fb.tar.xz
seaweedfs-76520583c6669f3be56e41a601f550f86911d8fb.zip
Update cockroachdb-parser to fix 32-bit builds3.98
Updated to seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e which includes fixes for building on 32-bit architectures like OpenBSD ARM. Fixes: - Integer overflow in tsearch evaluation (int -> int64) - Flag type overflow in lexbase and tree packages (int -> int64)
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 82ebc8c36..df2507a11 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