forked from cerc-io/ipld-eth-server
11 lines
332 B
Modula-2
11 lines
332 B
Modula-2
module github.com/ipfs/go-ipfs-config
|
|
|
|
require (
|
|
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5
|
|
github.com/ipfs/go-ipfs-util v0.0.1
|
|
github.com/libp2p/go-libp2p-core v0.0.3
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/multiformats/go-multiaddr v0.0.4
|
|
github.com/multiformats/go-multiaddr-dns v0.0.2
|
|
)
|