Skip to content

Commit

Permalink
Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
Browse files Browse the repository at this point in the history
- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
  • Loading branch information
hosh authored and jbenet committed Mar 31, 2015
1 parent be14adb commit f3800ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"errors"
"fmt"

mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
u "github.com/jbenet/go-ipfs/util"
mh "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
u "github.com/ipfs/go-ipfs/util"
)

// Block is a singular block of data in ipfs
Expand Down

0 comments on commit f3800ad

Please sign in to comment.