Fix references and add go.mod
Showing
go.mod
0 → 100644
module github.com/ipfs/go-ipfs-provider | ||
go 1.12 | ||
require ( | ||
github.com/cenkalti/backoff v2.1.1+incompatible | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/ipfs/go-cidutil v0.0.2 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/ipfs/go-ipfs v0.4.21 | ||
github.com/ipfs/go-ipfs-blockstore v0.0.1 | ||
github.com/ipfs/go-ipfs-blocksutil v0.0.1 | ||
github.com/ipfs/go-ipfs-routing v0.1.0 | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-merkledag v0.1.0 | ||
github.com/ipfs/go-verifcid v0.0.1 | ||
github.com/libp2p/go-libp2p-core v0.0.3 | ||
github.com/libp2p/go-libp2p-testing v0.0.4 | ||
google.golang.org/appengine v1.4.0 // indirect | ||
) |
go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment