mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 09:59:13 +08:00
godeps: rewrite import path
This commit is contained in:
2
Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go
generated
vendored
2
Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go
generated
vendored
@ -17,8 +17,8 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
ma "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
|
ma "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
|
||||||
|
manet "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr-net"
|
||||||
serial "github.com/ipfs/go-ipfs/repo/fsrepo/serialize"
|
serial "github.com/ipfs/go-ipfs/repo/fsrepo/serialize"
|
||||||
manet "github.com/jbenet/go-multiaddr-net"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetNumNodes returns the number of testbed nodes configured in the testbed directory
|
// GetNumNodes returns the number of testbed nodes configured in the testbed directory
|
||||||
|
Reference in New Issue
Block a user