35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
Modula-2
module github.com/lbryio/lbry.go/v2
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32
|
|
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/go-errors/errors v1.0.1
|
|
github.com/go-ini/ini v1.38.2
|
|
github.com/golang/protobuf v1.3.0
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/gorilla/rpc v1.1.0
|
|
github.com/lbryio/lbry.go v1.1.2
|
|
github.com/lbryio/lbryschema.go v0.0.0-20190602173230-6d2f69a36f46
|
|
github.com/lbryio/ozzo-validation v0.0.0-20170323141101-d1008ad1fd04
|
|
github.com/lbryio/types v0.0.0-20190422033210-321fb2abda9c
|
|
github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5
|
|
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
|
|
github.com/nlopes/slack v0.5.0
|
|
github.com/sebdah/goldie v0.0.0-20180424091453-8784dd1ab561
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/shopspring/decimal v0.0.0-20180607144847-19e3cb6c2930
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/cast v1.2.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/uber-go/atomic v1.3.2
|
|
github.com/ybbus/jsonrpc v0.0.0-20180411222309-2a548b7d822d
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
|
|
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
|
|
google.golang.org/grpc v1.17.0
|
|
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79
|
|
)
|
|
|
|
go 1.12
|