Skip to content

Commit

Permalink
chore: migrate files (#97)
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/interface-go-ipfs-core@f7b346b
  • Loading branch information
hacdias authored Jan 12, 2023
1 parent ff2eb2b commit 01de18f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coreiface/tests/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

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

files "github.com/ipfs/go-ipfs-files"
"github.com/ipfs/go-libipfs/files"

coreiface "github.com/ipfs/interface-go-ipfs-core"
opt "github.com/ipfs/interface-go-ipfs-core/options"
Expand Down
2 changes: 1 addition & 1 deletion coreiface/tests/unixfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"github.com/ipfs/interface-go-ipfs-core/options"

"github.com/ipfs/go-cid"
files "github.com/ipfs/go-ipfs-files"
cbor "github.com/ipfs/go-ipld-cbor"
ipld "github.com/ipfs/go-ipld-format"
"github.com/ipfs/go-libipfs/files"
mdag "github.com/ipfs/go-merkledag"
"github.com/ipfs/go-unixfs"
"github.com/ipfs/go-unixfs/importer/helpers"
Expand Down
2 changes: 1 addition & 1 deletion coreiface/unixfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
path "github.com/ipfs/interface-go-ipfs-core/path"

"github.com/ipfs/go-cid"
files "github.com/ipfs/go-ipfs-files"
"github.com/ipfs/go-libipfs/files"
)

type AddEvent struct {
Expand Down

0 comments on commit 01de18f

Please sign in to comment.