module github.com/ncw/rclone require ( bazil.org/fuse v0.0.0-20180421153158-65cc252bf669 cloud.google.com/go v0.23.0 // indirect github.com/Azure/azure-pipeline-go v0.0.0-20180607212504-7571e8eb0876 // indirect github.com/Azure/azure-storage-blob-go v0.0.0-20180906215025-bb46532f68b7 github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 github.com/Unknwon/goconfig v0.0.0-20180308125533-ef1e4c783f8f github.com/a8m/tree v0.0.0-20180321023834-3cf936ce15d6 github.com/abbot/go-http-auth v0.4.0 github.com/aws/aws-sdk-go v1.14.8 github.com/billziss-gh/cgofuse v1.1.0 github.com/coreos/bbolt v0.0.0-20180318001526-af9db2027c98 github.com/cpuguy83/go-md2man v1.0.8 // indirect github.com/davecgh/go-spew v1.1.0 // indirect github.com/djherbis/times v1.0.1 github.com/dropbox/dropbox-sdk-go-unofficial v4.1.0+incompatible github.com/go-ini/ini v1.37.0 // indirect github.com/goftp/server v0.0.0-20180914132916-1fd52c8552f1 github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect github.com/golang/protobuf v1.1.0 // indirect github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jlaffaye/ftp v0.0.0-20180404123514-2403248fa8cc github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect github.com/jtolds/gls v4.2.1+incompatible // indirect github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect github.com/kisielk/errcheck v1.1.0 // indirect github.com/kr/fs v0.1.0 // indirect github.com/mattn/go-runewidth v0.0.2 // indirect github.com/ncw/go-acd v0.0.0-20171120105400-887eb06ab6a2 github.com/ncw/swift v1.0.40 github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pengsrc/go-shared v0.2.0 // indirect github.com/pkg/errors v0.8.0 github.com/pkg/sftp v1.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rfjakob/eme v0.0.0-20170305125520-01668ae55fe0 github.com/russross/blackfriday v1.5.1 // indirect github.com/sevlyar/go-daemon v0.1.4 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.1 github.com/stretchr/testify v1.2.2 github.com/t3rm1n4l/go-mega v0.0.0-20180817194457-854bf31d998b github.com/xanzy/ssh-agent v0.2.0 github.com/yunify/qingstor-sdk-go v2.2.14+incompatible golang.org/x/crypto v0.0.0-20180617042118-027cca12c2d6 golang.org/x/lint v0.0.0-20180702182130-06c8688daad7 // indirect golang.org/x/net v0.0.0-20180611182652-db08ff08e862 golang.org/x/oauth2 v0.0.0-20180603041954-1e0a3fa8ba9a golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180616030259-6c888cc515d3 golang.org/x/text v0.3.0 golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 golang.org/x/tools v0.0.0-20180904205237-0aa4b8830f48 // indirect google.golang.org/api v0.0.0-20180614000435-2eea9ba0a3d9 google.golang.org/appengine v1.1.0 // indirect gopkg.in/ini.v1 v1.38.2 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect )