diff options
Diffstat (limited to 'p2p/simulations/test.go')
-rw-r--r-- | p2p/simulations/test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/p2p/simulations/test.go b/p2p/simulations/test.go index fa868dfbe..45083a8de 100644 --- a/p2p/simulations/test.go +++ b/p2p/simulations/test.go @@ -3,10 +3,10 @@ package simulations import ( "testing" - "github.com/dexon-foundation/dexon/p2p" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/p2p/enr" - "github.com/dexon-foundation/dexon/rpc" + "github.com/tangerine-network/go-tangerine/p2p" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/p2p/enr" + "github.com/tangerine-network/go-tangerine/rpc" ) // NoopService is the service that does not do anything |