From 87436bfad00748844aec8ffa9f0844eb64845383 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 23 Aug 2019 14:27:59 -0700 Subject: [PATCH] chore: fix import grouping --- ipns_resolver_validation_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ipns_resolver_validation_test.go b/ipns_resolver_validation_test.go index 76cd223..1fd7488 100644 --- a/ipns_resolver_validation_test.go +++ b/ipns_resolver_validation_test.go @@ -5,8 +5,6 @@ import ( "testing" "time" - "github.com/libp2p/go-libp2p-core/test" - ds "github.com/ipfs/go-datastore" dssync "github.com/ipfs/go-datastore/sync" mockrouting "github.com/ipfs/go-ipfs-routing/mock" @@ -18,6 +16,7 @@ import ( peer "github.com/libp2p/go-libp2p-core/peer" pstore "github.com/libp2p/go-libp2p-core/peerstore" routing "github.com/libp2p/go-libp2p-core/routing" + "github.com/libp2p/go-libp2p-core/test" pstoremem "github.com/libp2p/go-libp2p-peerstore/pstoremem" record "github.com/libp2p/go-libp2p-record" testutil "github.com/libp2p/go-libp2p-testing/net"