go-ipfs renamed to kubo and needed by dependents

This commit is contained in:
Michael Shaw
2022-08-02 11:00:33 -04:00
parent b59c941062
commit b573a4dca6
3 changed files with 431 additions and 299 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ import (
"github.com/ipfs/go-cid"
blockstore "github.com/ipfs/go-ipfs-blockstore"
dshelp "github.com/ipfs/go-ipfs-ds-help"
"github.com/ipfs/go-ipfs/core"
"github.com/ipfs/go-ipfs/repo/fsrepo"
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/repo/fsrepo"
"github.com/jmoiron/sqlx"
)