2018-12-25 21:45:11 +01:00
|
|
|
module github.com/lbryio/reflector.go
|
|
|
|
|
2020-01-09 04:12:40 +01:00
|
|
|
replace github.com/btcsuite/btcd => github.com/lbryio/lbrycrd.go v0.0.0-20200203050410-e1076f12bf19
|
|
|
|
|
2018-12-25 21:45:11 +01:00
|
|
|
require (
|
2019-08-28 15:02:19 +02:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
|
2018-12-26 21:05:32 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.16.11
|
2020-11-27 16:19:17 +01:00
|
|
|
github.com/bparli/lfuda-go v0.3.1
|
2020-01-09 04:12:40 +01:00
|
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
2019-12-28 19:32:41 +01:00
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
2020-11-22 05:06:36 +01:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
|
2019-01-09 23:52:30 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-12-28 19:32:41 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2020-01-09 04:12:40 +01:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-12-23 23:08:13 +01:00
|
|
|
github.com/google/gops v0.3.7
|
2020-06-29 21:13:52 +02:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-08-28 15:02:19 +02:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
2020-10-21 23:31:15 +02:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2019-08-28 15:02:19 +02:00
|
|
|
github.com/hashicorp/memberlist v0.1.4 // indirect
|
|
|
|
github.com/hashicorp/serf v0.8.2
|
2018-12-25 21:45:11 +01:00
|
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
|
|
|
github.com/johntdyer/slackrus v0.0.0-20180518184837-f7aae3243a07
|
2020-10-30 20:01:56 +01:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
2019-12-28 19:32:41 +01:00
|
|
|
github.com/lbryio/chainquery v1.9.0
|
2020-10-14 22:08:48 +02:00
|
|
|
github.com/lbryio/lbry.go v1.1.2 // indirect
|
2021-03-29 19:56:18 +02:00
|
|
|
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210316000044-988178df5011
|
|
|
|
github.com/lbryio/types v0.0.0-20201019032447-f0b4476ef386
|
2021-03-31 04:53:27 +02:00
|
|
|
github.com/lucas-clemente/quic-go v0.20.0
|
2018-12-25 21:45:11 +01:00
|
|
|
github.com/phayes/freeport v0.0.0-20171002185219-e27662a4a9d6
|
2020-12-22 20:53:48 +01:00
|
|
|
github.com/prometheus/client_golang v0.9.3
|
2019-09-10 23:18:44 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2021-04-02 20:30:36 +02:00
|
|
|
github.com/spf13/afero v1.4.1 // indirect
|
2019-12-28 19:32:41 +01:00
|
|
|
github.com/spf13/cast v1.3.0
|
|
|
|
github.com/spf13/cobra v0.0.3
|
2020-12-22 20:53:48 +01:00
|
|
|
github.com/spf13/viper v1.7.1 // indirect
|
2021-03-29 19:56:18 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-14 22:08:48 +02:00
|
|
|
github.com/volatiletech/null v8.0.0+incompatible
|
2019-12-29 01:24:26 +01:00
|
|
|
go.uber.org/atomic v1.5.1
|
2020-11-18 05:03:02 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2019-12-29 01:24:26 +01:00
|
|
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
2020-10-14 22:08:48 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2019-12-29 01:24:26 +01:00
|
|
|
golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4 // indirect
|
2019-09-10 23:18:44 +02:00
|
|
|
google.golang.org/appengine v1.6.2 // indirect
|
2018-12-25 21:45:11 +01:00
|
|
|
)
|
2019-10-03 20:09:26 +02:00
|
|
|
|
2020-10-15 03:43:03 +02:00
|
|
|
go 1.15
|