-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IPFS code #523
Remove IPFS code #523
Changes from all commits
0764e66
eeae76e
ac15db1
bd130b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,50 +16,24 @@ require ( | |
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/btree v1.0.0 | ||
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/gtank/merlin v0.1.1 | ||
github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff | ||
github.com/ipfs/go-bitswap v0.3.3 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-blockservice v0.1.4 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-datastore v0.4.5 | ||
github.com/ipfs/go-ipfs v0.8.0 | ||
github.com/ipfs/go-ipfs-api v0.2.0 | ||
github.com/ipfs/go-ipfs-blockstore v0.1.4 | ||
github.com/ipfs/go-ipfs-config v0.11.0 | ||
github.com/ipfs/go-ipfs-routing v0.1.0 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/ipfs/go-merkledag v0.3.2 // indirect | ||
github.com/ipfs/go-path v0.0.9 // indirect | ||
github.com/ipfs/go-verifcid v0.0.1 | ||
github.com/ipfs/interface-go-ipfs-core v0.4.0 | ||
github.com/libp2p/go-buffer-pool v0.0.2 | ||
github.com/libp2p/go-libp2p v0.12.0 | ||
github.com/libp2p/go-libp2p-core v0.7.0 | ||
github.com/libp2p/go-libp2p-kad-dht v0.11.1 | ||
github.com/libp2p/go-libp2p-kbucket v0.4.7 | ||
github.com/minio/highwayhash v1.0.1 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 | ||
github.com/rs/cors v1.8.0 | ||
github.com/sasha-s/go-deadlock v0.2.0 | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
perhaps a different version of viper doesn't have these |
||
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/viper v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 | ||
google.golang.org/grpc v1.39.0 | ||
) | ||
|
||
replace ( | ||
github.com/ipfs/go-ipfs => github.com/celestiaorg/go-ipfs v0.8.0-lazypatch | ||
// adding an extra replace statement here enforces usage of our fork of go-cerifcid | ||
github.com/ipfs/go-verifcid => github.com/celestiaorg/go-verifcid v0.0.1-lazypatch | ||
) |
Large diffs are not rendered by default.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.