Skip to content

Commit

Permalink
Merge pull request ipfs/go-unixfs#98 from ipfs/chore/move-bitfield
Browse files Browse the repository at this point in the history
chore(deps): move bitfield to ipfs org

This commit was moved from ipfs/go-unixfs@ffa25df
  • Loading branch information
Stebalien authored Jun 13, 2021
2 parents 54721cb + b5d5912 commit 0c6171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unixfs/hamt/hamt.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"fmt"
"os"

bitfield "github.com/Stebalien/go-bitfield"
bitfield "github.com/ipfs/go-bitfield"
cid "github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
dag "github.com/ipfs/go-merkledag"
Expand Down

0 comments on commit 0c6171f

Please sign in to comment.