1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

chore: clean migration

This commit is contained in:
Henrique Dias
2023-11-29 10:40:50 +01:00
parent fcbb3194f4
commit 58c29399cf
90 changed files with 137 additions and 133 deletions

View File

@ -11,9 +11,9 @@ import (
"testing"
"time"
iface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/tests"
"github.com/ipfs/boxo/path"
iface "github.com/ipfs/kubo/core/coreiface"
"github.com/ipfs/kubo/core/coreiface/tests"
"github.com/ipfs/kubo/test/cli/harness"
ma "github.com/multiformats/go-multiaddr"
"go.uber.org/multierr"