From 69c49859fa2100fbec686370fb47ee90f7559685 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 2 Nov 2025 08:42:19 -0800 Subject: [PATCH] fix go install (#7425) fix https://github.com/seaweedfs/seaweedfs/issues/7424 --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 5cf6216fc..901709fb1 100644 --- a/go.mod +++ b/go.mod @@ -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