module github.com/lbryio/lbry.go/v3 require ( github.com/cockroachdb/errors v1.8.6 github.com/davecgh/go-spew v1.1.1 github.com/go-errors/errors v1.1.1 // indirect github.com/go-ini/ini v1.48.0 github.com/golang/protobuf v1.5.2 github.com/gorilla/mux v1.7.3 github.com/gorilla/rpc v1.2.0 github.com/lbryio/lbcd v0.22.200-beta github.com/lbryio/lbcutil v1.0.202-rc3 github.com/lbryio/lbry.go/v2 v2.7.1 github.com/lbryio/types v0.0.0-20201019032447-f0b4476ef386 github.com/lyoshenka/bencode v0.0.0-20180323155644-b7abd7672df5 github.com/sebdah/goldie v0.0.0-20190531093107-d313ffb52c77 github.com/sergi/go-diff v1.1.0 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cast v1.3.0 github.com/stretchr/testify v1.7.0 go.uber.org/atomic v1.7.0 golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b golang.org/x/time v0.0.0-20191024005414-555d28b269f0 gotest.tools v2.2.0+incompatible ) go 1.16