mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 19:57:55 +08:00
go-ipfs-config: replace imports with absolute path instead of using symlink
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
a28d610d80
commit
f6c74ee68b
@ -10,7 +10,7 @@ import (
|
||||
"strings"
|
||||
|
||||
u "github.com/ipfs/go-ipfs/util"
|
||||
logging "github.com/ipfs/go-ipfs/vendor/go-log-v1.0.0"
|
||||
logging "github.com/ipfs/go-ipfs/vendor/QmXJkcEXB6C9h6Ytb6rrUTFU56Ro62zxgrbxTT3dgjQGA8/go-log"
|
||||
)
|
||||
|
||||
var log = logging.Logger("config")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user