File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import (
13
13
"github.com/jbenet/goprocess"
14
14
"github.com/jbenet/goprocess/context"
15
15
"github.com/jbenet/goprocess/periodic"
16
- "github.com/libp2p/go-libp2p- core/host"
17
- "github.com/libp2p/go-libp2p- core/network"
18
- "github.com/libp2p/go-libp2p- core/peer"
19
- "github.com/libp2p/go-libp2p- core/peerstore"
20
- "github.com/libp2p/go-libp2p- core/routing"
16
+ "github.com/libp2p/go-libp2p/ core/host"
17
+ "github.com/libp2p/go-libp2p/ core/network"
18
+ "github.com/libp2p/go-libp2p/ core/peer"
19
+ "github.com/libp2p/go-libp2p/ core/peerstore"
20
+ "github.com/libp2p/go-libp2p/ core/routing"
21
21
)
22
22
23
23
var log = logging .Logger ("bootstrap" )
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package bootstrap
3
3
import (
4
4
"testing"
5
5
6
- "github.com/libp2p/go-libp2p- core/peer"
7
- "github.com/libp2p/go-libp2p- core/test"
6
+ "github.com/libp2p/go-libp2p/ core/peer"
7
+ "github.com/libp2p/go-libp2p/ core/test"
8
8
)
9
9
10
10
func TestSubsetWhenMaxIsGreaterThanLengthOfSlice (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments