From fcc73488b914a1fae7ed6a353214694b5f5b7310 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 25 Apr 2018 15:40:35 +0200 Subject: [PATCH] swarm/network: use correct metrics lib --- swarm/network/stream/delivery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/network/stream/delivery.go b/swarm/network/stream/delivery.go index c10ea0e3fa..7e348245d9 100644 --- a/swarm/network/stream/delivery.go +++ b/swarm/network/stream/delivery.go @@ -24,10 +24,10 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/log" + "github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/swarm/network" "github.com/ethereum/go-ethereum/swarm/storage" - metrics "github.com/rcrowley/go-metrics" ) const (