2020-06-24 10:52:23 +00:00
|
|
|
module github.com/filecoin-project/oni/lotus-soup
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-07 12:58:09 +00:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.1.0
|
2020-09-16 12:52:51 +00:00
|
|
|
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
|
2020-07-27 13:58:27 +00:00
|
|
|
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
|
2020-06-29 17:11:53 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-09-16 12:52:51 +00:00
|
|
|
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
|
|
|
|
github.com/drand/drand v1.1.2-0.20200905144319-79c957281b32
|
2020-10-06 12:13:03 +00:00
|
|
|
github.com/filecoin-project/go-address v0.0.4
|
2020-10-13 16:42:23 +00:00
|
|
|
github.com/filecoin-project/go-fil-markets v0.7.1
|
|
|
|
github.com/filecoin-project/go-jsonrpc v0.1.2-0.20201008195726-68c6a2704e49
|
2020-10-06 12:13:03 +00:00
|
|
|
github.com/filecoin-project/go-state-types v0.0.0-20200928172055-2df22083d8ab
|
2020-06-24 10:52:23 +00:00
|
|
|
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b
|
2020-10-13 16:42:23 +00:00
|
|
|
github.com/filecoin-project/lotus v0.9.2-0.20201012041700-a2e0832a12f2
|
2020-10-06 12:13:03 +00:00
|
|
|
github.com/filecoin-project/specs-actors v0.9.12
|
2020-07-27 11:57:01 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-06-29 12:57:55 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-07-27 11:57:01 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-06-30 16:02:02 +00:00
|
|
|
github.com/influxdata/influxdb v1.8.0 // indirect
|
2020-07-30 14:22:43 +00:00
|
|
|
github.com/ipfs/go-cid v0.0.7
|
2020-10-06 12:13:03 +00:00
|
|
|
github.com/ipfs/go-datastore v0.4.5
|
2020-06-24 13:16:10 +00:00
|
|
|
github.com/ipfs/go-ipfs-files v0.0.8
|
|
|
|
github.com/ipfs/go-ipld-format v0.2.0
|
2020-07-01 18:36:46 +00:00
|
|
|
github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4
|
2020-08-28 12:36:20 +00:00
|
|
|
github.com/ipfs/go-merkledag v0.3.2
|
2020-06-24 13:16:10 +00:00
|
|
|
github.com/ipfs/go-unixfs v0.2.4
|
2020-10-06 12:13:03 +00:00
|
|
|
github.com/ipld/go-car v0.1.1-0.20200923150018-8cdef32e2da4
|
2020-06-30 16:02:02 +00:00
|
|
|
github.com/kpacha/opencensus-influxdb v0.0.0-20181102202715-663e2683a27c
|
2020-10-14 13:46:06 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-08-28 12:36:20 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.11.0
|
2020-08-05 17:51:25 +00:00
|
|
|
github.com/libp2p/go-libp2p-core v0.6.1
|
2020-06-26 14:16:50 +00:00
|
|
|
github.com/libp2p/go-libp2p-pubsub-tracer v0.0.0-20200626141350-e730b32bf1e6
|
2020-08-28 12:36:20 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
|
|
|
github.com/multiformats/go-multiaddr-net v0.2.0
|
2020-10-14 13:46:06 +00:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-09-16 12:52:51 +00:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2020-10-16 18:33:02 +00:00
|
|
|
github.com/testground/sdk-go v0.2.6-0.20201016180515-1e40e1b0ec3a
|
2020-06-30 16:02:02 +00:00
|
|
|
go.opencensus.io v0.22.4
|
2020-09-16 12:52:51 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2020-08-05 17:51:25 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-10-14 13:46:06 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-09-16 12:52:51 +00:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
2020-06-24 10:52:23 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// This will work in all build modes: docker:go, exec:go, and local go build.
|
|
|
|
// On docker:go and exec:go, it maps to /extra/filecoin-ffi, as it's picked up
|
|
|
|
// as an "extra source" in the manifest.
|
|
|
|
replace github.com/filecoin-project/filecoin-ffi => ../extra/filecoin-ffi
|
2020-08-05 17:51:25 +00:00
|
|
|
|
2020-09-16 12:52:51 +00:00
|
|
|
replace github.com/supranational/blst => ../extra/fil-blst/blst
|
|
|
|
|
|
|
|
replace github.com/filecoin-project/fil-blst => ../extra/fil-blst
|