mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
move serialize package to config
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
3296412d19
commit
750831e133
@ -17,7 +17,7 @@ import (
|
||||
"github.com/ipfs/go-ipfs/repo/common"
|
||||
config "github.com/ipfs/go-ipfs/repo/config"
|
||||
mfsr "github.com/ipfs/go-ipfs/repo/fsrepo/migrations"
|
||||
serialize "github.com/ipfs/go-ipfs/repo/fsrepo/serialize"
|
||||
serialize "github.com/ipfs/go-ipfs/repo/config/serialize"
|
||||
dir "github.com/ipfs/go-ipfs/thirdparty/dir"
|
||||
|
||||
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/mitchellh/go-homedir"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user