diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-11-02 08:42:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-02 08:42:19 -0800 |
| commit | 69c49859fa2100fbec686370fb47ee90f7559685 (patch) | |
| tree | 5563a6d8f97e552910ec082ca64a2bf62745d5e7 /go.mod | |
| parent | f234455b7653030a20d6cd2b1209e1035a1f87b9 (diff) | |
| download | seaweedfs-69c49859fa2100fbec686370fb47ee90f7559685.tar.xz seaweedfs-69c49859fa2100fbec686370fb47ee90f7559685.zip | |
fix go install (#7425)
fix https://github.com/seaweedfs/seaweedfs/issues/7424
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
