2021-03-18 21:12:48 +01:00
|
|
|
module github.com/lbryio/hub
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-10-01 19:54:03 +02:00
|
|
|
github.com/ReneKroon/ttlcache/v2 v2.8.1
|
2021-05-31 03:34:57 +02:00
|
|
|
github.com/akamensky/argparse v1.2.2
|
2021-12-24 13:17:53 +01:00
|
|
|
github.com/lbryio/lbry.go v1.1.2
|
2021-06-28 19:54:49 +02:00
|
|
|
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210625145058-2b155597bf57
|
2021-12-07 02:36:12 +01:00
|
|
|
github.com/linxGnu/grocksdb v1.6.42
|
2021-04-19 21:25:34 +02:00
|
|
|
github.com/olivere/elastic/v7 v7.0.24
|
2021-07-06 02:20:38 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-10-30 07:27:25 +02:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-05-31 03:34:57 +02:00
|
|
|
golang.org/x/text v0.3.6
|
|
|
|
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
|
|
|
|
google.golang.org/grpc v1.38.0
|
2021-10-25 03:39:37 +02:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-06-07 22:57:41 +02:00
|
|
|
gopkg.in/karalabe/cookiejar.v1 v1.0.0-20141109175019-e1490cae028c
|
2021-03-18 21:12:48 +01:00
|
|
|
)
|