.github: fix contributing.md (#1408)
This commit is contained in:
committed by
GitHub
parent
c5430df218
commit
a83a84460e
4
swarm.go
4
swarm.go
@ -37,8 +37,6 @@ import (
|
||||
|
||||
"github.com/ethereum/go-ethereum/accounts/abi/bind"
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethersphere/swarm/contracts/chequebook"
|
||||
"github.com/ethersphere/swarm/contracts/ens"
|
||||
"github.com/ethereum/go-ethereum/ethclient"
|
||||
"github.com/ethereum/go-ethereum/metrics"
|
||||
"github.com/ethereum/go-ethereum/p2p"
|
||||
@ -47,6 +45,8 @@ import (
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
"github.com/ethersphere/swarm/api"
|
||||
httpapi "github.com/ethersphere/swarm/api/http"
|
||||
"github.com/ethersphere/swarm/contracts/chequebook"
|
||||
"github.com/ethersphere/swarm/contracts/ens"
|
||||
"github.com/ethersphere/swarm/fuse"
|
||||
"github.com/ethersphere/swarm/log"
|
||||
"github.com/ethersphere/swarm/network"
|
||||
|
Reference in New Issue
Block a user