rclone/go.mod

67 lines
3.3 KiB
Modula-2
Raw Normal View History

2018-08-28 16:27:07 +02:00
module github.com/ncw/rclone
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
2018-11-24 16:31:25 +01:00
cloud.google.com/go v0.33.1 // indirect
github.com/Azure/azure-pipeline-go v0.1.8
github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc
2018-08-28 16:27:07 +02:00
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
2018-11-24 16:31:25 +01:00
github.com/Unknwon/goconfig v0.0.0-20181105214110-56bd8ab18619
2018-08-28 16:27:07 +02:00
github.com/a8m/tree v0.0.0-20180321023834-3cf936ce15d6
github.com/abbot/go-http-auth v0.4.0
2019-01-03 23:23:39 +01:00
github.com/anacrolix/dms v0.0.0-20180117034613-8af4925bffb5
2018-11-24 16:31:25 +01:00
github.com/aws/aws-sdk-go v1.15.81
2018-08-28 16:27:07 +02:00
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.1 // indirect
2018-11-24 16:31:25 +01:00
github.com/djherbis/times v1.1.0
github.com/dropbox/dropbox-sdk-go-unofficial v5.4.0+incompatible
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9 // indirect
github.com/goftp/server v0.0.0-20190111142836-88de73f463af
github.com/google/go-querystring v1.0.0 // indirect
2018-11-24 16:31:25 +01:00
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
2018-08-28 16:27:07 +02:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2018-11-24 16:31:25 +01:00
github.com/jlaffaye/ftp v0.0.0-20181101112434-47f21d10f0ee
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
2018-08-28 16:27:07 +02:00
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
2018-08-28 16:27:07 +02:00
github.com/ncw/go-acd v0.0.0-20171120105400-887eb06ab6a2
2019-01-28 17:54:58 +01:00
github.com/ncw/swift v1.0.44
2018-11-24 16:31:25 +01:00
github.com/nsf/termbox-go v0.0.0-20181027232701-60ab7e3d12ed
2018-08-28 16:27:07 +02:00
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.3
2018-08-28 16:27:07 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rfjakob/eme v0.0.0-20171028163933-2222dbd4ba46
github.com/russross/blackfriday v1.5.2 // indirect
2018-08-28 16:27:07 +02:00
github.com/sevlyar/go-daemon v0.1.4
2018-12-16 07:51:20 +01:00
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
2018-08-28 16:27:07 +02:00
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
2018-11-24 16:31:25 +01:00
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
2018-08-28 16:27:07 +02:00
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
2018-08-28 16:27:07 +02:00
github.com/stretchr/testify v1.2.2
github.com/t3rm1n4l/go-mega v0.0.0-20190205172012-55a226cf41da
2018-08-28 16:27:07 +02:00
github.com/xanzy/ssh-agent v0.2.0
github.com/yunify/qingstor-sdk-go v2.2.15+incompatible
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
2018-11-24 16:31:25 +01:00
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
golang.org/x/oauth2 v0.0.0-20181120190819-8f65e3013eba
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
2018-11-24 16:31:25 +01:00
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b
2018-08-28 16:27:07 +02:00
golang.org/x/text v0.3.0
2018-11-24 16:31:25 +01:00
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
google.golang.org/api v0.0.0-20181120235003-faade3cbb06a
google.golang.org/appengine v1.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
2018-08-28 16:27:07 +02:00
)