Skip to content

Commit 3ae401d

Browse files
authored
chore: migrate files (#97)
This commit was moved from ipfs/interface-go-ipfs-core@f7b346b This commit was moved from ipfs/boxo@01de18f
1 parent ccbe8aa commit 3ae401d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/coreiface/coreiface/tests/name.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
path "github.com/ipfs/interface-go-ipfs-core/path"
1212

13-
files "github.com/ipfs/go-ipfs-files"
13+
"github.com/ipfs/go-libipfs/files"
1414

1515
coreiface "github.com/ipfs/interface-go-ipfs-core"
1616
opt "github.com/ipfs/interface-go-ipfs-core/options"

core/coreiface/coreiface/tests/unixfs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"github.com/ipfs/interface-go-ipfs-core/options"
2121

2222
"github.com/ipfs/go-cid"
23-
files "github.com/ipfs/go-ipfs-files"
2423
cbor "github.com/ipfs/go-ipld-cbor"
2524
ipld "github.com/ipfs/go-ipld-format"
25+
"github.com/ipfs/go-libipfs/files"
2626
mdag "github.com/ipfs/go-merkledag"
2727
"github.com/ipfs/go-unixfs"
2828
"github.com/ipfs/go-unixfs/importer/helpers"

core/coreiface/coreiface/unixfs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
path "github.com/ipfs/interface-go-ipfs-core/path"
88

99
"github.com/ipfs/go-cid"
10-
files "github.com/ipfs/go-ipfs-files"
10+
"github.com/ipfs/go-libipfs/files"
1111
)
1212

1313
type AddEvent struct {

0 commit comments

Comments
 (0)