reflector.go/go.mod

50 lines
2 KiB
Modula-2
Raw Normal View History

module github.com/lbryio/reflector.go
2020-01-09 04:12:40 +01:00
replace github.com/btcsuite/btcd => github.com/lbryio/lbrycrd.go v0.0.0-20200203050410-e1076f12bf19
2021-04-13 00:52:56 +02:00
//replace github.com/lbryio/lbry.go/v2 => ../lbry.go
require (
2019-08-28 15:02:19 +02:00
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/aws/aws-sdk-go v1.16.11
github.com/bluele/gcache v0.0.2
2020-11-27 16:19:17 +01:00
github.com/bparli/lfuda-go v0.3.1
2020-01-09 04:12:40 +01:00
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
2020-11-22 05:06:36 +01:00
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
2019-01-09 23:52:30 +01:00
github.com/davecgh/go-spew v1.1.1
2021-05-21 17:58:33 +02:00
github.com/gin-gonic/gin v1.7.1
github.com/go-sql-driver/mysql v1.4.1
2020-01-09 04:12:40 +01:00
github.com/golang/protobuf v1.4.2
2021-05-20 23:21:35 +02:00
github.com/google/gops v0.3.18
github.com/gorilla/mux v1.7.4
2019-08-28 15:02:19 +02:00
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
2019-08-28 15:02:19 +02:00
github.com/hashicorp/memberlist v0.1.4 // indirect
github.com/hashicorp/serf v0.8.2
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/johntdyer/slackrus v0.0.0-20180518184837-f7aae3243a07
github.com/karrick/godirwalk v1.16.1
github.com/lbryio/chainquery v1.9.0
github.com/lbryio/lbry.go v1.1.2 // indirect
2021-04-13 00:52:56 +02:00
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210412222918-ed51ece75c3d
2021-03-29 19:56:18 +02:00
github.com/lbryio/types v0.0.0-20201019032447-f0b4476ef386
2021-04-13 00:52:56 +02:00
github.com/lucas-clemente/quic-go v0.20.1
github.com/phayes/freeport v0.0.0-20171002185219-e27662a4a9d6
github.com/prometheus/client_golang v0.9.3
2019-09-10 23:18:44 +02:00
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.7.1 // indirect
2021-03-29 19:56:18 +02:00
github.com/stretchr/testify v1.7.0
github.com/volatiletech/null v8.0.0+incompatible
2019-12-29 01:24:26 +01:00
go.uber.org/atomic v1.5.1
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
2021-05-21 17:58:33 +02:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2019-12-29 01:24:26 +01:00
golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4 // indirect
2019-09-10 23:18:44 +02:00
google.golang.org/appengine v1.6.2 // indirect
)
2019-10-03 20:09:26 +02:00
2020-10-15 03:43:03 +02:00
go 1.15