go 1.17 module github.com/lbryio/lbry.go/v2 replace github.com/btcsuite/btcd => github.com/lbryio/lbrycrd.go v0.0.0-20200203050410-e1076f12bf19 require ( github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d github.com/davecgh/go-spew v1.1.1 github.com/fatih/structs v1.1.0 github.com/go-errors/errors v1.1.1 github.com/go-ini/ini v1.48.0 github.com/golang/protobuf v1.3.2 github.com/gorilla/mux v1.8.0 github.com/gorilla/rpc v1.2.0 github.com/lbryio/ozzo-validation v0.0.0-20170323141101-d1008ad1fd04 github.com/lbryio/types v0.0.0-20201019032447-f0b4476ef386 github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5 github.com/mitchellh/mapstructure v1.5.0 github.com/sebdah/goldie v0.0.0-20190531093107-d313ffb52c77 github.com/sergi/go-diff v1.0.0 github.com/shopspring/decimal v1.3.1 github.com/sirupsen/logrus v1.8.1 github.com/slack-go/slack v0.10.3 github.com/spf13/cast v1.4.1 github.com/stretchr/testify v1.7.1 github.com/ybbus/jsonrpc v2.1.2+incompatible go.uber.org/atomic v1.4.0 golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc golang.org/x/net v0.0.0-20191009170851-d66e71096ffb golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be golang.org/x/text v0.3.2 golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 google.golang.org/grpc v1.24.0 gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 gotest.tools v2.2.0+incompatible ) require ( github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect github.com/google/go-cmp v0.5.7 // indirect github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/pkg/errors v0.8.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect google.golang.org/appengine v1.4.0 // indirect google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/ini.v1 v1.48.0 // indirect gopkg.in/yaml.v2 v2.2.4 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )