module github.com/lbryio/ytsync require ( github.com/PuerkitoBio/goquery v1.5.0 // indirect github.com/aws/aws-sdk-go v1.17.3 github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect github.com/go-ini/ini v1.42.0 // indirect github.com/gorilla/websocket v1.4.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/lbryio/lbry.go v0.0.0-20190321133538-94802df513b0 github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/nikooo777/ytdl v0.0.0-20190215151411-9c7832eaf457 github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 github.com/sirupsen/logrus v1.3.0 github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect github.com/smartystreets/goconvey v0.0.0-20190222165329-3881c169ceb8 // indirect github.com/spf13/cobra v0.0.0-20190109003409-7547e83b2d85 github.com/spf13/pflag v1.0.3 // indirect github.com/ybbus/jsonrpc v2.1.2+incompatible // indirect golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 // indirect golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect google.golang.org/api v0.1.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/ini.v1 v1.42.0 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect )