p2p/protocols: do not vendor swarm related packages (#1462)

This commit is contained in:
Anton Evangelatov
2019-06-13 15:11:00 +02:00
committed by Rafael Matias
parent 3243c7ba07
commit 4744b7c9d7
4 changed files with 2 additions and 236 deletions

View File

@ -42,8 +42,8 @@ import (
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/swarm/spancontext"
"github.com/ethereum/go-ethereum/swarm/tracing"
"github.com/ethersphere/swarm/spancontext"
"github.com/ethersphere/swarm/tracing"
opentracing "github.com/opentracing/opentracing-go"
)