2020-04-06 15:35:42 -04:00
|
|
|
module github.com/lightninglabs/shushtar
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
|
github.com/improbable-eng/grpc-web v0.12.0
|
2020-04-07 11:28:47 -04:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
|
|
|
|
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
|
2020-04-09 12:48:03 -04:00
|
|
|
github.com/prometheus/client_golang v1.5.1 // indirect
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/rs/cors v1.7.0 // indirect
|
|
|
|
|
github.com/sirupsen/logrus v1.5.0
|
|
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2020-04-07 11:28:47 -04:00
|
|
|
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
|
2020-04-06 15:35:42 -04:00
|
|
|
google.golang.org/grpc v1.28.0
|
|
|
|
|
)
|