40 lines
1.8 KiB
Modula-2
40 lines
1.8 KiB
Modula-2
module github.com/lbryio/ytsync/v5
|
|
|
|
replace github.com/btcsuite/btcd => github.com/lbryio/lbrycrd.go v0.0.0-20200203050410-e1076f12bf19
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200819183940-29e1ff8eb0bb
|
|
github.com/aws/aws-sdk-go v1.25.9
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/memberlist v0.1.5 // indirect
|
|
github.com/hashicorp/serf v0.8.5 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/lbryio/lbry.go/v2 v2.6.1-0.20200901175808-73382bb02128
|
|
github.com/lbryio/reflector.go v1.1.3-0.20200901181534-e8b98bc862d5
|
|
github.com/lbryio/types v0.0.0-20200605192618-366870b2862d // indirect
|
|
github.com/miekg/dns v1.1.22 // indirect
|
|
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/shopspring/decimal v0.0.0-20191009025716-f1972eb1d1f5
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/ini.v1 v1.60.2 // indirect
|
|
)
|
|
|
|
go 1.13
|