module github.com/lbryio/reflector.go require ( cloud.google.com/go v0.34.0 // indirect github.com/armon/go-metrics v0.0.0-20180713145231-3c58d8115a78 github.com/aws/aws-sdk-go v1.16.11 github.com/btcsuite/btcd v0.0.0-20190109040709-5bda5314ca95 // indirect github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a github.com/btcsuite/goleveldb v1.0.0 // indirect github.com/davecgh/go-spew v1.1.1 github.com/go-errors/errors v1.0.1 github.com/go-ini/ini v1.41.0 github.com/go-sql-driver/mysql v0.0.0-20180719071942-99ff426eb706 github.com/golang/mock v1.2.0 // indirect github.com/golang/protobuf v1.3.1 github.com/gorilla/context v1.1.1 github.com/gorilla/mux v1.6.2 github.com/gorilla/rpc v1.1.0 github.com/gorilla/websocket v1.4.0 github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357 github.com/hashicorp/go-immutable-radix v0.0.0-20180129170900-7f3cd4390caa github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0 github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 github.com/hashicorp/memberlist v0.1.0 github.com/hashicorp/serf v0.0.0-20180530155958-984a73625de3 github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf github.com/inconshreveable/mousetrap v1.0.0 github.com/jessevdk/go-flags v1.4.0 // indirect github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af github.com/johntdyer/slack-go v0.0.0-20180213144715-95fac1160b22 github.com/johntdyer/slackrus v0.0.0-20180518184837-f7aae3243a07 github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec // indirect github.com/lbryio/errors.go v0.0.0-20180223142025-ad03d3cc6a5c github.com/lbryio/lbry.go v0.0.0-20190109223729-30c312501602 github.com/lbryio/types v0.0.0-20190422033210-321fb2abda9c github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5 github.com/miekg/dns v1.0.8 github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/nlopes/slack v0.4.0 github.com/phayes/freeport v0.0.0-20171002185219-e27662a4a9d6 github.com/pkg/errors v0.8.1 // indirect github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 github.com/sebdah/goldie v0.0.0-20180424091453-8784dd1ab561 github.com/sergi/go-diff v1.0.0 github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect github.com/sirupsen/logrus v1.3.0 github.com/spf13/cast v1.3.0 github.com/spf13/cobra v0.0.0-20180722215644-7c4570c3ebeb github.com/spf13/pflag v1.0.1 github.com/uber-go/atomic v1.3.2 golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb golang.org/x/time v0.0.0-20181108054448-85acf8d2951c golang.org/x/tools v0.0.0-20190109165630-d30e00c24034 // indirect google.golang.org/appengine v1.4.0 google.golang.org/genproto v0.0.0-20190108161440-ae2f86662275 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 gopkg.in/yaml.v2 v2.2.2 // indirect honnef.co/go/tools v0.0.0-20190109154334-5bcec433c8ea // indirect )