fix go install (#7425)

fix https://github.com/seaweedfs/seaweedfs/issues/7424
This commit is contained in:
Chris Lu
2025-11-02 08:42:19 -08:00
committed by GitHub
parent f234455b76
commit 69c49859fa

3
go.mod
View File

@@ -464,7 +464,4 @@ 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