mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 04:34:46 +08:00
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@909763b171 which includes all 32-bit architecture fixes and uses seaweedfs namespace throughout Build verified successfully for GOOS=openbsd GOARCH=arm.
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/cockroachdb/cockroachdb-parser/pkg/sql/parser"
|
||||
"github.com/cockroachdb/cockroachdb-parser/pkg/sql/sem/tree"
|
||||
"github.com/seaweedfs/cockroachdb-parser/pkg/sql/parser"
|
||||
"github.com/seaweedfs/cockroachdb-parser/pkg/sql/sem/tree"
|
||||
)
|
||||
|
||||
// CockroachSQLParser wraps CockroachDB's PostgreSQL-compatible SQL parser for use in SeaweedFS
|
||||
|
||||
Reference in New Issue
Block a user