|
1 | | -module github.com/lbryio/lbry.go |
| 1 | +module github.com/lbryio/lbry.go/v2 |
2 | 2 |
|
3 | 3 | require ( |
4 | | - github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect |
5 | 4 | github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 |
6 | 5 | github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803 |
7 | 6 | github.com/davecgh/go-spew v1.1.1 |
8 | 7 | github.com/fatih/structs v1.1.0 |
9 | 8 | github.com/go-errors/errors v1.0.1 |
10 | 9 | github.com/go-ini/ini v1.38.2 |
11 | | - github.com/go-ozzo/ozzo-validation v3.5.0+incompatible // indirect |
12 | 10 | github.com/golang/protobuf v1.3.0 |
13 | | - github.com/google/go-cmp v0.2.0 // indirect |
14 | | - github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect |
15 | | - github.com/gorilla/context v1.1.1 // indirect |
16 | 11 | github.com/gorilla/mux v1.6.2 |
17 | 12 | github.com/gorilla/rpc v1.1.0 |
18 | | - github.com/gorilla/websocket v1.2.0 // indirect |
19 | | - github.com/jtolds/gls v4.2.1+incompatible // indirect |
| 13 | + github.com/lbryio/lbry.go v1.1.2 |
20 | 14 | github.com/lbryio/lbryschema.go v0.0.0-20190602173230-6d2f69a36f46 |
21 | 15 | github.com/lbryio/ozzo-validation v0.0.0-20170323141101-d1008ad1fd04 |
22 | 16 | github.com/lbryio/types v0.0.0-20190422033210-321fb2abda9c |
23 | | - github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect |
24 | | - github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect |
25 | 17 | github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5 |
26 | 18 | github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 |
27 | 19 | github.com/nlopes/slack v0.5.0 |
28 | | - github.com/pkg/errors v0.8.1 // indirect |
29 | 20 | github.com/sebdah/goldie v0.0.0-20180424091453-8784dd1ab561 |
30 | 21 | github.com/sergi/go-diff v1.0.0 |
31 | 22 | github.com/shopspring/decimal v0.0.0-20180607144847-19e3cb6c2930 |
32 | 23 | github.com/sirupsen/logrus v1.2.0 |
33 | | - github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect |
34 | | - github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect |
35 | 24 | github.com/spf13/cast v1.2.0 |
36 | 25 | github.com/stretchr/testify v1.3.0 |
37 | 26 | github.com/uber-go/atomic v1.3.2 |
38 | 27 | github.com/ybbus/jsonrpc v0.0.0-20180411222309-2a548b7d822d |
39 | | - go.uber.org/atomic v1.3.2 // indirect |
40 | 28 | golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 |
41 | 29 | golang.org/x/net v0.0.0-20181114220301-adae6a3d119a |
42 | | - golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect |
43 | | - golang.org/x/sys v0.0.0-20190520201301-c432e742b0af // indirect |
44 | 30 | golang.org/x/time v0.0.0-20181108054448-85acf8d2951c |
45 | | - google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f // indirect |
46 | 31 | google.golang.org/grpc v1.17.0 |
47 | | - gopkg.in/ini.v1 v1.41.0 // indirect |
48 | 32 | gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 |
49 | | - gotest.tools v2.2.0+incompatible // indirect |
50 | 33 | ) |
| 34 | + |
| 35 | +go 1.12 |
0 commit comments