forked from cerc-io/ipld-eth-server
11 lines
304 B
Modula-2
11 lines
304 B
Modula-2
|
module github.com/libp2p/go-libp2p-routing-helpers
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/errwrap v1.0.0
|
||
|
github.com/hashicorp/go-multierror v1.0.0
|
||
|
github.com/ipfs/go-cid v0.0.2
|
||
|
github.com/libp2p/go-libp2p-core v0.0.1
|
||
|
github.com/libp2p/go-libp2p-record v0.1.0
|
||
|
github.com/multiformats/go-multihash v0.0.5
|
||
|
)
|