mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 23:16:11 +08:00
15 lines
373 B
Modula-2
15 lines
373 B
Modula-2
module github.com/ipfs/go-ipfs/examples/go-ipfs-as-a-library
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ipfs/go-ipfs v0.9.1
|
|
github.com/ipfs/go-ipfs-config v0.14.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.8.6
|
|
github.com/multiformats/go-multiaddr v0.3.3
|
|
)
|
|
|
|
replace github.com/ipfs/go-ipfs => ./../../..
|