2021-10-06 20:00:59 +02:00
|
|
|
module github.com/lbryio/lbry.go/v3
|
2019-01-09 19:05:41 +01:00
|
|
|
|
|
|
|
require (
|
2022-10-17 16:50:33 +02:00
|
|
|
github.com/cockroachdb/errors v1.9.0
|
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
|
2022-10-17 16:50:33 +02:00
|
|
|
github.com/lbryio/lbcd v0.22.117
|
|
|
|
github.com/lbryio/lbcutil v1.0.202
|
2021-10-06 20:00:59 +02:00
|
|
|
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
|
2022-10-17 16:50:33 +02:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
2022-01-14 21:40:55 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2019-10-10 05:16:23 +02:00
|
|
|
github.com/spf13/cast v1.3.0
|
2022-10-17 16:50:33 +02:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-01-14 21:40:55 +01:00
|
|
|
go.uber.org/atomic v1.7.0
|
2022-10-17 16:50:33 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
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
|