diff options
| author | Chris Lu <chris.lu@gmail.com> | 2025-10-21 11:43:22 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2025-10-21 11:43:22 -0700 |
| commit | 9b7ed67311018e937f5533c618ee1921b150e34f (patch) | |
| tree | 0ba7e27a9096648f6f522728aac0635972eae7c3 /go.mod | |
| parent | 986e3fe12e031417aa177a8afeeaef637bab73d2 (diff) | |
| download | seaweedfs-9b7ed67311018e937f5533c618ee1921b150e34f.tar.xz seaweedfs-9b7ed67311018e937f5533c618ee1921b150e34f.zip | |
Switch to seaweedfs/cockroachdb-parser directly
Removed the replace directive and updated all references to use
github.com/seaweedfs/cockroachdb-parser directly instead of redirecting
from github.com/cockroachdb/cockroachdb-parser.
Changes:
- Updated import in weed/query/engine/cockroach_parser.go
- Removed replace directive from go.mod
- Now using seaweedfs/cockroachdb-parser@909763b17138
which includes all 32-bit architecture fixes and uses
seaweedfs namespace throughout
Build verified successfully for GOOS=openbsd GOARCH=arm.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -129,7 +129,6 @@ 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.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 @@ -401,6 +400,7 @@ require ( github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect github.com/sagikazarmark/locafero v0.11.0 // indirect github.com/samber/lo v1.51.0 // indirect + github.com/seaweedfs/cockroachdb-parser v0.0.0-20251021184156-909763b17138 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect github.com/smartystreets/goconvey v1.8.1 // indirect github.com/sony/gobreaker v1.0.0 // indirect @@ -465,5 +465,3 @@ 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 |
