Skip to content

Commit f7924a1

Browse files
authored
Merge pull request ipfs/kubo#9306 from ipfs/release-v0.16.0
release v0.16.0 This commit was moved from ipfs/kubo@38117db
2 parents e060aa8 + d511481 commit f7924a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

core/bootstrap/bootstrap.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import (
1313
"github.com/jbenet/goprocess"
1414
"github.com/jbenet/goprocess/context"
1515
"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"
2121
)
2222

2323
var log = logging.Logger("bootstrap")

core/bootstrap/bootstrap_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package bootstrap
33
import (
44
"testing"
55

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"
88
)
99

1010
func TestSubsetWhenMaxIsGreaterThanLengthOfSlice(t *testing.T) {

0 commit comments

Comments
 (0)