39 lines
1.8 KiB
Modula-2
39 lines
1.8 KiB
Modula-2
module github.com/lbryio/ytsync
|
|
|
|
replace github.com/btcsuite/btcd => github.com/lbryio/lbrycrd.go v0.0.0-20200203050410-e1076f12bf19
|
|
|
|
require (
|
|
cloud.google.com/go v0.46.3 // indirect
|
|
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
|
github.com/aws/aws-sdk-go v1.25.9
|
|
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
|
|
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/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/hashicorp/memberlist v0.1.5 // indirect
|
|
github.com/hashicorp/serf v0.8.5 // indirect
|
|
github.com/lbryio/lbry.go/v2 v2.5.3
|
|
github.com/lbryio/reflector.go v1.0.6-0.20190828131602-ce3d4403dbc6
|
|
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/shopspring/decimal v0.0.0-20191009025716-f1972eb1d1f5
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.opencensus.io v0.22.1 // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
google.golang.org/api v0.11.0
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
)
|
|
|
|
go 1.13
|