mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-29 23:34:47 +08:00
Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs
- 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)
This commit is contained in:

committed by
Juan Batiz-Benet

parent
a768e5881a
commit
bf22aeec0a
@ -5,8 +5,8 @@ package unixfs
|
||||
import (
|
||||
"errors"
|
||||
|
||||
proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
|
||||
pb "github.com/jbenet/go-ipfs/unixfs/pb"
|
||||
proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
|
||||
pb "github.com/ipfs/go-ipfs/unixfs/pb"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user