lbry.go/go.mod

28 lines
914 B
Modula-2
Raw Normal View History

module github.com/lbryio/lbry.go/v3
require (
github.com/cockroachdb/errors v1.8.6
2019-05-21 20:17:22 +02:00
github.com/davecgh/go-spew v1.1.1
github.com/go-errors/errors v1.1.1 // indirect
2019-10-10 05:16:23 +02:00
github.com/go-ini/ini v1.48.0
github.com/golang/protobuf v1.5.2
2019-10-10 05:16:23 +02:00
github.com/gorilla/mux v1.7.3
github.com/gorilla/rpc v1.2.0
2022-01-14 21:40:55 +01:00
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
2019-10-10 05:16:23 +02:00
github.com/sebdah/goldie v0.0.0-20190531093107-d313ffb52c77
github.com/sergi/go-diff v1.1.0
2022-01-14 21:40:55 +01:00
github.com/sirupsen/logrus v1.8.1
2019-10-10 05:16:23 +02:00
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.7.0
2022-01-14 21:40:55 +01:00
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
2020-09-01 19:45:55 +02:00
gotest.tools v2.2.0+incompatible
)
2019-10-02 09:29:45 +02:00
2021-08-24 17:46:06 +02:00
go 1.16