mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 05:17:49 +08:00
16 lines
418 B
Modula-2
16 lines
418 B
Modula-2
module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ipfs/go-ipfs v0.7.0
|
|
github.com/ipfs/go-ipfs-config v0.9.0
|
|
github.com/ipfs/go-ipfs-files v0.0.8
|
|
github.com/ipfs/interface-go-ipfs-core v0.4.0
|
|
github.com/libp2p/go-libp2p-core v0.6.0
|
|
github.com/libp2p/go-libp2p-peerstore v0.2.6
|
|
github.com/multiformats/go-multiaddr v0.2.2
|
|
)
|
|
|
|
replace github.com/ipfs/go-ipfs => ./../../..
|