diff options
Diffstat (limited to 'dex/metrics.go')
-rw-r--r-- | dex/metrics.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dex/metrics.go b/dex/metrics.go index 0aa88fff6..26f8dbd92 100644 --- a/dex/metrics.go +++ b/dex/metrics.go @@ -17,8 +17,8 @@ package dex import ( - "github.com/ethereum/go-ethereum/metrics" - "github.com/ethereum/go-ethereum/p2p" + "github.com/dexon-foundation/dexon/metrics" + "github.com/dexon-foundation/dexon/p2p" ) var ( |