2021-10-06 20:00:59 +02:00
|
|
|
module github.com/lbryio/lbry.go/v3
|
2019-01-09 19:05:41 +01:00
|
|
|
|
2021-10-06 20:00:59 +02:00
|
|
|
replace github.com/btcsuite/btcd => github.com/lbryio/lbcd v0.0.0-20200203050410-e1076f12bf19
|
2020-02-03 06:12:45 +01:00
|
|
|
|
2019-01-09 19:05:41 +01:00
|
|
|
require (
|
2021-10-06 20:00:59 +02:00
|
|
|
github.com/cockroachdb/errors v1.8.6
|
2019-05-21 20:17:22 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-10-06 20:00:59 +02:00
|
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
2019-10-10 05:16:23 +02:00
|
|
|
github.com/go-ini/ini v1.48.0
|
2021-10-06 20:00:59 +02:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2019-10-10 05:16:23 +02:00
|
|
|
github.com/gorilla/mux v1.7.3
|
|
|
|
github.com/gorilla/rpc v1.2.0
|
2021-10-06 20:00:59 +02:00
|
|
|
github.com/lbryio/lbcd v0.22.101-beta
|
|
|
|
github.com/lbryio/lbcutil v1.0.201
|
|
|
|
github.com/lbryio/lbry.go/v2 v2.7.1
|
2020-10-28 06:36:49 +01:00
|
|
|
github.com/lbryio/types v0.0.0-20201019032447-f0b4476ef386
|
2019-01-09 19:05:41 +01:00
|
|
|
github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5
|
2019-10-10 05:16:23 +02:00
|
|
|
github.com/sebdah/goldie v0.0.0-20190531093107-d313ffb52c77
|
2021-10-06 20:00:59 +02:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2019-10-10 05:16:23 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/cast v1.3.0
|
2021-02-16 12:29:41 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-09-01 18:46:56 +02:00
|
|
|
go.uber.org/atomic v1.4.0
|
2021-10-06 20:00:59 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
2019-10-10 05:16:23 +02:00
|
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
|
2020-09-01 19:45:55 +02:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2019-01-09 19:05:41 +01:00
|
|
|
)
|
2019-10-02 09:29:45 +02:00
|
|
|
|
2021-08-24 17:46:06 +02:00
|
|
|
go 1.16
|