28 lines
967 B
Modula-2
28 lines
967 B
Modula-2
module github.com/lbryio/lbry.go/v3
|
|
|
|
require (
|
|
github.com/cockroachdb/errors v1.9.0
|
|
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.117
|
|
github.com/lbryio/lbcutil v1.0.202
|
|
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/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/stretchr/testify v1.7.1
|
|
go.uber.org/atomic v1.7.0
|
|
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|
|
|
|
go 1.16
|