mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 04:34:46 +08:00
Update cockroachdb-parser to fix 32-bit builds
Use seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e via replace directive to fix building on 32-bit architectures like OpenBSD ARM. The replace directive ensures all imports of github.com/cockroachdb/cockroachdb-parser use the seaweedfs fork which includes fixes for: - Integer overflow in tsearch evaluation (int -> int64) - Flag type overflow in lexbase and tree packages (int -> int64)
This commit is contained in:
4
go.mod
4
go.mod
@@ -129,7 +129,7 @@ require (
|
||||
github.com/aws/aws-sdk-go-v2/config v1.31.3
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.18.10
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3
|
||||
github.com/cockroachdb/cockroachdb-parser v0.25.3-0.20250917200107-7bd0408a9e14
|
||||
github.com/cockroachdb/cockroachdb-parser v0.25.2
|
||||
github.com/cognusion/imaging v1.0.2
|
||||
github.com/fluent/fluent-logger-golang v1.10.1
|
||||
github.com/getsentry/sentry-go v0.35.3
|
||||
@@ -465,3 +465,5 @@ require (
|
||||
)
|
||||
|
||||
// replace github.com/seaweedfs/raft => /Users/chrislu/go/src/github.com/seaweedfs/raft
|
||||
|
||||
replace github.com/cockroachdb/cockroachdb-parser => github.com/seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e
|
||||
|
||||
Reference in New Issue
Block a user