Skip to content

Commit 0c6171f

Browse files
authored
Merge pull request ipfs/go-unixfs#98 from ipfs/chore/move-bitfield
chore(deps): move bitfield to ipfs org This commit was moved from ipfs/go-unixfs@ffa25df
2 parents 54721cb + b5d5912 commit 0c6171f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unixfs/hamt/hamt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"fmt"
2626
"os"
2727

28-
bitfield "github.com/Stebalien/go-bitfield"
28+
bitfield "github.com/ipfs/go-bitfield"
2929
cid "github.com/ipfs/go-cid"
3030
ipld "github.com/ipfs/go-ipld-format"
3131
dag "github.com/ipfs/go-merkledag"

0 commit comments

Comments
 (0)