14 lines
417 B
Modula-2
14 lines
417 B
Modula-2
module github.com/lbryio/hub
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/cespare/reflex v0.3.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/olivere/elastic/v7 v7.0.24
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|