From ac088de6322fc16ebe75c2e5554be73754bf1fe2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 12 Jun 2019 17:31:08 +0800 Subject: Rebrand as tangerine-network/go-tangerine --- dex/protocol.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dex/protocol.go') diff --git a/dex/protocol.go b/dex/protocol.go index 2ce850dc3..e054a3ed3 100644 --- a/dex/protocol.go +++ b/dex/protocol.go @@ -38,12 +38,12 @@ import ( "fmt" "io" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/event" - "github.com/dexon-foundation/dexon/p2p/enode" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/event" + "github.com/tangerine-network/go-tangerine/p2p/enode" + "github.com/tangerine-network/go-tangerine/rlp" "golang.org/x/crypto/sha3" ) -- cgit v1.2.3