make "go install" work again

revert https://github.com/seaweedfs/seaweedfs/pull/6387
This commit is contained in:
chrislu
2025-02-18 21:25:52 -08:00
parent 41f5cc69b4
commit 0833d119c3
2 changed files with 2 additions and 7 deletions

5
go.mod
View File

@@ -370,8 +370,3 @@ require (
)
// replace github.com/seaweedfs/raft => /Users/chrislu/go/src/github.com/seaweedfs/raft
replace (
github.com/boltdb/bolt => go.etcd.io/bbolt v1.3.10
go.etcd.io/bbolt => github.com/etcd-io/bbolt v1.3.10
)