50 lines
2.4 KiB
Modula-2
50 lines
2.4 KiB
Modula-2
module github.com/lbryio/reflector.go
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20180713145231-3c58d8115a78
|
|
github.com/aws/aws-sdk-go v1.16.11
|
|
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/go-errors/errors v1.0.1
|
|
github.com/go-ini/ini v1.38.1
|
|
github.com/go-sql-driver/mysql v0.0.0-20180719071942-99ff426eb706
|
|
github.com/golang/protobuf v1.2.0
|
|
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.2.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/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/lbryio/errors.go v0.0.0-20180223142025-ad03d3cc6a5c
|
|
github.com/lbryio/lbry.go v0.0.0-20180803110248-e2c96944fc48
|
|
github.com/lbryio/types v0.0.0-20171215152337-0a913ba650dd
|
|
github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5
|
|
github.com/miekg/dns v1.0.8
|
|
github.com/nlopes/slack v0.3.0
|
|
github.com/phayes/freeport v0.0.0-20171002185219-e27662a4a9d6
|
|
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/sirupsen/logrus v0.0.0-20180731161355-d329d24db431
|
|
github.com/spf13/cast v1.2.0
|
|
github.com/spf13/cobra v0.0.0-20180722215644-7c4570c3ebeb
|
|
github.com/spf13/pflag v1.0.1
|
|
github.com/uber-go/atomic v0.0.0-20180806045314-ca680462431f
|
|
golang.org/x/crypto v0.0.0-20180807104621-f027049dab0a
|
|
golang.org/x/net v0.0.0-20180807145015-19491d39cadb
|
|
golang.org/x/sys v0.0.0-20180807141123-0718ef2ef256
|
|
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
|
|
google.golang.org/appengine v1.1.0
|
|
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79
|
|
)
|