Skip to content

Commit 1b79501

Browse files
committedOct 3, 2015
Merge pull request #1773 from ipfs/feat/no-symlink
replace imports with absolute path instead of using symlink
2 parents 0e382c9 + 8f06232 commit 1b79501

File tree

76 files changed

+76
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+76
-78
lines changed
 

‎blocks/blockstore/blockstore.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
1313
blocks "github.com/ipfs/go-ipfs/blocks"
1414
key "github.com/ipfs/go-ipfs/blocks/key"
15-
logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0"
15+
logging "github.com/ipfs/go-ipfs/vendor/QmXJkcEXB6C9h6Ytb6rrUTFU56Ro62zxgrbxTT3dgjQGA8/go-log"
1616
)
1717

1818
var log = logging.Logger("blockstore")

‎blocks/set/set.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package set
44
import (
55
"github.com/ipfs/go-ipfs/blocks/bloom"
66
key "github.com/ipfs/go-ipfs/blocks/key"
7-
logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0"
7+
logging "github.com/ipfs/go-ipfs/vendor/QmXJkcEXB6C9h6Ytb6rrUTFU56Ro62zxgrbxTT3dgjQGA8/go-log"
88
)
99

1010
var log = logging.Logger("blockset")

0 commit comments

Comments
 (0)
Please sign in to comment.