@cryptotaxi247 / kubo / commits / 4cd437dfe

Use replace in kubo example as a library

Marco Munizaga committed Aug 11, 2022 at 12:58 UTC 4cd437dfe21e3bd197b34d67389bbb7c2284a57e
1 file changed +4
docs/examples/kubo-as-a-library/go.mod
+4
@@ -2,6 +2,10 @@ module github.com/ipfs/kubo/examples/kubo-as-a-library
2
3 go 1.17
4
5 +// Used to keep this in sync with the current version of kubo. You should remove
6 +// this if you copy this example.
7 +replace github.com/ipfs/kubo => ./../../..
8 +
9 require (
10 github.com/ipfs/go-ipfs-files v0.1.1
11 github.com/ipfs/interface-go-ipfs-core v0.7.0