diff options
Diffstat (limited to 'p2p/discv5/net_test.go')
-rw-r--r-- | p2p/discv5/net_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p2p/discv5/net_test.go b/p2p/discv5/net_test.go index ffaed71c5..bdb320886 100644 --- a/p2p/discv5/net_test.go +++ b/p2p/discv5/net_test.go @@ -22,8 +22,8 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" ) func TestNetwork_Lookup(t *testing.T) { |