mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 02:40:11 +08:00
Use replace in kubo example as a library
This commit is contained in:
parent
b0adea314a
commit
4cd437dfe2
@ -2,6 +2,10 @@ module github.com/ipfs/kubo/examples/kubo-as-a-library
|
||||
|
||||
go 1.17
|
||||
|
||||
// Used to keep this in sync with the current version of kubo. You should remove
|
||||
// this if you copy this example.
|
||||
replace github.com/ipfs/kubo => ./../../..
|
||||
|
||||
require (
|
||||
github.com/ipfs/go-ipfs-files v0.1.1
|
||||
github.com/ipfs/interface-go-ipfs-core v0.7.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user