diff options
Diffstat (limited to 'eth/metrics.go')
-rw-r--r-- | eth/metrics.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/metrics.go b/eth/metrics.go index 7b7b29cf5..4fd107f9d 100644 --- a/eth/metrics.go +++ b/eth/metrics.go @@ -17,8 +17,8 @@ package eth import ( - "github.com/dexon-foundation/dexon/metrics" - "github.com/dexon-foundation/dexon/p2p" + "github.com/tangerine-network/go-tangerine/metrics" + "github.com/tangerine-network/go-tangerine/p2p" ) var ( |