2019-02-15 14:11:38 +01:00
|
|
|
module github.com/lbryio/ytsync
|
|
|
|
|
|
|
|
require (
|
2019-10-10 16:50:33 +02:00
|
|
|
cloud.google.com/go v0.46.3 // indirect
|
2019-04-19 03:22:51 +02:00
|
|
|
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
|
2019-10-10 16:50:33 +02:00
|
|
|
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
|
2019-04-19 03:22:51 +02:00
|
|
|
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
|
2019-07-31 05:32:02 +02:00
|
|
|
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
|
2019-10-10 16:50:33 +02:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
|
|
|
|
github.com/google/btree v1.0.0 // 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.3.3-0.20191010144133-fa9bab156a4e
|
2019-08-28 15:18:09 +02:00
|
|
|
github.com/lbryio/reflector.go v1.0.6-0.20190828131602-ce3d4403dbc6
|
2019-10-10 16:50:33 +02:00
|
|
|
github.com/miekg/dns v1.1.22 // indirect
|
|
|
|
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
|
2019-07-31 05:32:02 +02:00
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
2019-10-10 16:50:33 +02:00
|
|
|
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
|
2019-02-15 14:11:38 +01:00
|
|
|
)
|