2019-10-18 04:47:41 +00:00
|
|
|
module github.com/filecoin-project/lotus
|
2019-06-25 11:42:17 +00:00
|
|
|
|
2020-06-10 08:29:57 +00:00
|
|
|
go 1.14
|
2019-06-25 11:42:17 +00:00
|
|
|
|
|
|
|
require (
|
2019-07-25 20:19:43 +00:00
|
|
|
contrib.go.opencensus.io/exporter/jaeger v0.1.0
|
2020-02-26 00:40:07 +00:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.1.0
|
2019-07-03 16:59:49 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-10-02 17:20:30 +00:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2019-10-23 14:45:03 +00:00
|
|
|
github.com/Gurpartap/async v0.0.0-20180927173644-4f7f499dd9ee
|
2020-09-09 12:03:43 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-08-04 17:07:17 +00:00
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
2020-08-19 00:36:22 +00:00
|
|
|
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
|
2020-10-20 19:54:19 +00:00
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
2020-10-10 18:49:15 +00:00
|
|
|
github.com/cockroachdb/pebble v0.0.0-20201001221639-879f3bfeef07
|
2020-02-12 19:44:35 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
2020-08-16 10:09:58 +00:00
|
|
|
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
|
2020-09-10 17:17:48 +00:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
2019-12-11 02:06:28 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2020-10-21 23:49:59 +00:00
|
|
|
github.com/drand/drand v1.2.1
|
2020-10-15 10:02:12 +00:00
|
|
|
github.com/drand/kyber v1.1.4
|
2020-09-02 22:25:53 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-08-16 10:09:58 +00:00
|
|
|
github.com/elastic/go-sysinfo v1.3.0
|
2020-10-11 23:27:15 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-10-24 20:15:44 +00:00
|
|
|
github.com/filecoin-project/filecoin-ffi v0.30.4-0.20200910194244-f640612a1a1f
|
2020-09-25 19:45:27 +00:00
|
|
|
github.com/filecoin-project/go-address v0.0.4
|
2020-10-06 18:51:32 +00:00
|
|
|
github.com/filecoin-project/go-amt-ipld/v2 v2.1.1-0.20201006184820-924ee87a1349 // indirect
|
2020-11-10 22:43:50 +00:00
|
|
|
github.com/filecoin-project/go-bitfield v0.2.3-0.20201110211213-fe2c1862e816
|
2019-12-19 20:28:17 +00:00
|
|
|
github.com/filecoin-project/go-cbor-util v0.0.0-20191219014500-08c40a1e63a2
|
2019-12-19 20:15:14 +00:00
|
|
|
github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03
|
2020-11-10 04:02:02 +00:00
|
|
|
github.com/filecoin-project/go-data-transfer v1.0.1
|
2020-07-16 00:25:24 +00:00
|
|
|
github.com/filecoin-project/go-fil-commcid v0.0.0-20200716160307-8f644712406f
|
2020-11-10 04:02:02 +00:00
|
|
|
github.com/filecoin-project/go-fil-markets v1.0.1
|
2020-10-08 23:39:06 +00:00
|
|
|
github.com/filecoin-project/go-jsonrpc v0.1.2-0.20201008195726-68c6a2704e49
|
2020-08-04 18:13:03 +00:00
|
|
|
github.com/filecoin-project/go-multistore v0.0.3
|
2020-09-07 03:49:10 +00:00
|
|
|
github.com/filecoin-project/go-padreader v0.0.0-20200903213702-ed5fae088b20
|
2020-07-01 15:23:50 +00:00
|
|
|
github.com/filecoin-project/go-paramfetch v0.0.2-0.20200701152213-3e0f0afdc261
|
2020-10-17 00:35:46 +00:00
|
|
|
github.com/filecoin-project/go-state-types v0.0.0-20201013222834-41ea465f274f
|
2020-09-29 11:53:30 +00:00
|
|
|
github.com/filecoin-project/go-statemachine v0.0.0-20200925024713-05bd7c71fbfe
|
2020-01-14 02:04:33 +00:00
|
|
|
github.com/filecoin-project/go-statestore v0.1.0
|
2020-04-28 17:13:46 +00:00
|
|
|
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b
|
2020-10-01 08:58:13 +00:00
|
|
|
github.com/filecoin-project/specs-actors v0.9.12
|
2020-10-17 00:35:46 +00:00
|
|
|
github.com/filecoin-project/specs-actors/v2 v2.2.0
|
2020-09-07 03:49:10 +00:00
|
|
|
github.com/filecoin-project/specs-storage v0.1.1-0.20200907031224-ed2e5cd13796
|
2020-10-15 11:49:23 +00:00
|
|
|
github.com/filecoin-project/test-vectors/schema v0.0.5
|
2019-07-18 16:51:21 +00:00
|
|
|
github.com/gbrlsnchs/jwt/v3 v3.0.0-beta.1
|
2020-05-29 13:46:05 +00:00
|
|
|
github.com/go-kit/kit v0.10.0
|
2020-09-09 12:03:43 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-02-21 20:56:30 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-03-27 23:00:21 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-04-21 22:50:04 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-09-30 11:33:42 +00:00
|
|
|
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
|
2020-08-10 21:52:59 +00:00
|
|
|
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e
|
2020-04-21 22:50:04 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-02-17 05:51:18 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2020-05-22 14:07:38 +00:00
|
|
|
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
|
2020-09-16 03:20:48 +00:00
|
|
|
github.com/ipfs/bbloom v0.0.4
|
2020-08-25 23:46:31 +00:00
|
|
|
github.com/ipfs/go-bitswap v0.2.20
|
2019-07-05 14:36:08 +00:00
|
|
|
github.com/ipfs/go-block-format v0.0.2
|
2020-06-24 15:05:24 +00:00
|
|
|
github.com/ipfs/go-blockservice v0.1.4-0.20200624145336-a978cec6e834
|
2020-07-23 02:05:11 +00:00
|
|
|
github.com/ipfs/go-cid v0.0.7
|
2020-06-05 20:33:45 +00:00
|
|
|
github.com/ipfs/go-cidutil v0.0.2
|
2020-09-21 20:47:03 +00:00
|
|
|
github.com/ipfs/go-datastore v0.4.5
|
2020-07-08 18:42:16 +00:00
|
|
|
github.com/ipfs/go-ds-badger2 v0.1.1-0.20200708190120-187fc06f714e
|
2020-06-01 18:11:55 +00:00
|
|
|
github.com/ipfs/go-ds-leveldb v0.4.2
|
|
|
|
github.com/ipfs/go-ds-measure v0.1.0
|
2020-09-21 22:57:37 +00:00
|
|
|
github.com/ipfs/go-ds-pebble v0.0.2-0.20200921225637-ce220f8ac459
|
2020-05-05 01:31:56 +00:00
|
|
|
github.com/ipfs/go-filestore v1.0.0
|
2020-08-25 23:46:31 +00:00
|
|
|
github.com/ipfs/go-fs-lock v0.0.6
|
2020-10-28 02:05:24 +00:00
|
|
|
github.com/ipfs/go-graphsync v0.4.2
|
2020-11-10 16:32:23 +00:00
|
|
|
github.com/ipfs/go-ipfs-blockstore v1.0.2
|
2020-05-05 01:31:56 +00:00
|
|
|
github.com/ipfs/go-ipfs-chunker v0.0.5
|
|
|
|
github.com/ipfs/go-ipfs-ds-help v1.0.0
|
2019-07-08 13:36:43 +00:00
|
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
|
2019-07-12 09:59:18 +00:00
|
|
|
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
|
2020-05-05 01:31:56 +00:00
|
|
|
github.com/ipfs/go-ipfs-files v0.0.8
|
2020-04-29 23:51:55 +00:00
|
|
|
github.com/ipfs/go-ipfs-http-client v0.0.5
|
2019-07-01 10:18:00 +00:00
|
|
|
github.com/ipfs/go-ipfs-routing v0.1.0
|
2020-11-01 13:05:07 +00:00
|
|
|
github.com/ipfs/go-ipfs-util v0.0.2
|
2020-11-10 16:32:23 +00:00
|
|
|
github.com/ipfs/go-ipld-cbor v0.0.5
|
2020-05-05 01:31:56 +00:00
|
|
|
github.com/ipfs/go-ipld-format v0.2.0
|
2020-04-21 22:50:04 +00:00
|
|
|
github.com/ipfs/go-log v1.0.4
|
2020-06-30 17:37:52 +00:00
|
|
|
github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4
|
2020-08-12 02:47:24 +00:00
|
|
|
github.com/ipfs/go-merkledag v0.3.2
|
fix metrics wiring.
Some components like go-ds-measure, go-ipfs-blockstore and go-bitswap
expose metrics via ipfs/go-metrics-interface, but Lotus never injects
the Prometheus exporter (ipfs/go-metrics-prometheus). Therefore, those
metrics never surface in instrumentation.
Instead, Lotus uses OpenCensus directly.
This commit injects the Prometheus exporter for go-metrics-interface, and
instructs the OpenCensus Prometheus exporter to use the DefaultRegistry.
This has the effect of exposing blending the metrics of both metrics
libraries.
With this patch, the datastore, cache utilisation, and bitswap metrics
are now exported via the /debug/metrics endpoint.
This commit also fixes an issue where the metrics scope was empty, making
go-metrics-interface default to "<no-scope>". Angle brackets are inadmissible
characters for Prometheus, so it was refusing to export the affected metrics.
(These were the ARC cache metrics.)
2020-11-02 17:56:49 +00:00
|
|
|
github.com/ipfs/go-metrics-interface v0.0.1
|
2020-10-10 19:57:19 +00:00
|
|
|
github.com/ipfs/go-metrics-prometheus v0.0.2
|
2019-12-19 15:50:18 +00:00
|
|
|
github.com/ipfs/go-path v0.0.7
|
2020-05-05 01:31:56 +00:00
|
|
|
github.com/ipfs/go-unixfs v0.2.4
|
2020-04-29 23:51:55 +00:00
|
|
|
github.com/ipfs/interface-go-ipfs-core v0.2.3
|
2020-09-23 19:16:26 +00:00
|
|
|
github.com/ipld/go-car v0.1.1-0.20200923150018-8cdef32e2da4
|
2020-10-28 02:05:24 +00:00
|
|
|
github.com/ipld/go-ipld-prime v0.5.1-0.20201021195245-109253e8a018
|
2020-05-22 14:51:18 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2020-07-14 20:02:44 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
2020-11-01 13:05:07 +00:00
|
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
2020-06-03 21:02:54 +00:00
|
|
|
github.com/libp2p/go-eventbus v0.2.1
|
2020-08-25 23:46:31 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.11.0
|
2020-06-03 21:02:54 +00:00
|
|
|
github.com/libp2p/go-libp2p-connmgr v0.2.4
|
2020-07-30 17:36:24 +00:00
|
|
|
github.com/libp2p/go-libp2p-core v0.6.1
|
|
|
|
github.com/libp2p/go-libp2p-discovery v0.5.0
|
|
|
|
github.com/libp2p/go-libp2p-kad-dht v0.8.3
|
|
|
|
github.com/libp2p/go-libp2p-mplex v0.2.4
|
2020-10-08 20:18:33 +00:00
|
|
|
github.com/libp2p/go-libp2p-noise v0.1.2
|
2020-06-22 23:25:41 +00:00
|
|
|
github.com/libp2p/go-libp2p-peerstore v0.2.6
|
2020-10-08 18:32:10 +00:00
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.3.6
|
|
|
|
github.com/libp2p/go-libp2p-quic-transport v0.8.2
|
2020-07-30 17:36:24 +00:00
|
|
|
github.com/libp2p/go-libp2p-record v0.1.3
|
2020-06-04 19:32:11 +00:00
|
|
|
github.com/libp2p/go-libp2p-routing-helpers v0.2.3
|
2020-07-30 17:36:24 +00:00
|
|
|
github.com/libp2p/go-libp2p-swarm v0.2.8
|
2020-04-21 22:50:04 +00:00
|
|
|
github.com/libp2p/go-libp2p-tls v0.1.3
|
2020-06-04 18:34:01 +00:00
|
|
|
github.com/libp2p/go-libp2p-yamux v0.2.8
|
2020-06-04 19:35:33 +00:00
|
|
|
github.com/libp2p/go-maddr-filter v0.1.0
|
2020-11-06 20:51:50 +00:00
|
|
|
github.com/libp2p/go-yamux v1.3.10 // indirect
|
2020-10-11 23:27:15 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
2019-07-05 14:36:08 +00:00
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
2019-07-10 17:09:57 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-07-18 14:01:39 +00:00
|
|
|
github.com/multiformats/go-base32 v0.0.3
|
2020-08-25 23:46:31 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
2019-11-21 04:04:47 +00:00
|
|
|
github.com/multiformats/go-multiaddr-dns v0.2.0
|
2020-06-22 23:25:41 +00:00
|
|
|
github.com/multiformats/go-multibase v0.0.3
|
2020-07-16 00:25:24 +00:00
|
|
|
github.com/multiformats/go-multihash v0.0.14
|
2020-07-30 17:36:24 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2020-09-30 13:17:29 +00:00
|
|
|
github.com/polydawn/refmt v0.0.0-20190809202753-05966cbd336a
|
2020-10-10 19:57:19 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-07-10 14:43:14 +00:00
|
|
|
github.com/raulk/clock v1.1.0
|
2020-06-22 23:25:41 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-07-26 01:38:18 +00:00
|
|
|
github.com/supranational/blst v0.1.1
|
2020-06-01 18:11:55 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2020-06-02 18:12:53 +00:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2019-08-29 23:18:26 +00:00
|
|
|
github.com/whyrusleeping/bencher v0.0.0-20190829221104-bb6607aa8bba
|
2020-09-29 11:53:30 +00:00
|
|
|
github.com/whyrusleeping/cbor-gen v0.0.0-20200826160007-0b9f6c5fb163
|
2020-10-10 03:17:04 +00:00
|
|
|
github.com/whyrusleeping/ledger-filecoin-go v0.9.1-0.20201010031517-c3dcc1bddce4
|
2019-07-01 10:18:00 +00:00
|
|
|
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
|
2019-07-05 14:36:08 +00:00
|
|
|
github.com/whyrusleeping/pubsub v0.0.0-20131020042734-02de8aa2db3d
|
2020-06-22 22:01:17 +00:00
|
|
|
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542
|
2020-07-30 17:36:24 +00:00
|
|
|
go.opencensus.io v0.22.4
|
2020-09-09 12:03:43 +00:00
|
|
|
go.uber.org/dig v1.10.0 // indirect
|
2019-06-29 09:19:06 +00:00
|
|
|
go.uber.org/fx v1.9.0
|
2020-03-19 04:13:04 +00:00
|
|
|
go.uber.org/multierr v1.5.0
|
2020-05-21 09:08:13 +00:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-11-05 04:41:04 +00:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-07-26 04:46:23 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-10-15 10:02:12 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c
|
2020-05-22 14:07:38 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2020-08-12 02:47:24 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2020-09-28 10:17:54 +00:00
|
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
2020-08-16 09:42:13 +00:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2020-09-09 12:03:43 +00:00
|
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
2019-06-25 11:42:17 +00:00
|
|
|
)
|
2019-07-19 11:56:18 +00:00
|
|
|
|
2020-09-19 17:11:37 +00:00
|
|
|
replace github.com/filecoin-project/lotus => ./
|
|
|
|
|
2019-09-16 18:39:35 +00:00
|
|
|
replace github.com/golangci/golangci-lint => github.com/golangci/golangci-lint v1.18.0
|
|
|
|
|
2019-11-27 01:46:17 +00:00
|
|
|
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
|
2020-07-16 22:14:51 +00:00
|
|
|
|
2020-09-09 12:03:43 +00:00
|
|
|
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors
|
2020-09-09 21:00:15 +00:00
|
|
|
|
2020-10-14 18:12:36 +00:00
|
|
|
replace github.com/supranational/blst => ./extern/blst
|