1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-12-15 05:48:31 +08:00

chore: migrate bootstrap to ipfs/boxo (#10158)

This commit is contained in:
Andrew Gillis
2023-10-31 10:25:14 -07:00
committed by GitHub
parent ab7630fcd4
commit d1ccdf052b
15 changed files with 16 additions and 526 deletions

View File

@@ -8,10 +8,10 @@ import (
"path/filepath"
"testing"
"github.com/ipfs/boxo/bootstrap"
"github.com/ipfs/boxo/filestore"
keystore "github.com/ipfs/boxo/keystore"
"github.com/ipfs/kubo/core"
"github.com/ipfs/kubo/core/bootstrap"
"github.com/ipfs/kubo/core/coreapi"
mock "github.com/ipfs/kubo/core/mock"
"github.com/ipfs/kubo/core/node/libp2p"