aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zoo/client/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/zoo/client/client.go')
-rw-r--r--cmd/zoo/client/client.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/zoo/client/client.go b/cmd/zoo/client/client.go
index 9b65e778b..468035b5d 100644
--- a/cmd/zoo/client/client.go
+++ b/cmd/zoo/client/client.go
@@ -27,11 +27,11 @@ import (
"math/big"
"time"
- dexon "github.com/dexon-foundation/dexon"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/crypto"
- "github.com/dexon-foundation/dexon/ethclient"
+ dexon "github.com/tangerine-network/go-tangerine"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/core/types"
+ "github.com/tangerine-network/go-tangerine/crypto"
+ "github.com/tangerine-network/go-tangerine/ethclient"
)
type Client struct {