diff --git a/gossipsub_test.go b/gossipsub_test.go index 7ca243a..83fd588 100644 --- a/gossipsub_test.go +++ b/gossipsub_test.go @@ -4,7 +4,6 @@ import ( "bytes" "context" "fmt" - "github.com/libp2p/go-libp2p-core/record" "io" "math/rand" "testing" @@ -16,6 +15,7 @@ import ( "github.com/libp2p/go-libp2p-core/network" "github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-libp2p-core/peerstore" + "github.com/libp2p/go-libp2p-core/record" bhost "github.com/libp2p/go-libp2p-blankhost" swarmt "github.com/libp2p/go-libp2p-swarm/testing"