diff options
Diffstat (limited to 'swarm/network/protocol_test.go')
-rw-r--r-- | swarm/network/protocol_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/swarm/network/protocol_test.go b/swarm/network/protocol_test.go index 96d49c9b9..e5d3bec71 100644 --- a/swarm/network/protocol_test.go +++ b/swarm/network/protocol_test.go @@ -23,11 +23,11 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/p2p" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/p2p/protocols" - p2ptest "github.com/dexon-foundation/dexon/p2p/testing" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/p2p" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/p2p/protocols" + p2ptest "github.com/tangerine-network/go-tangerine/p2p/testing" ) const ( |