2018-08-28 16:27:07 +02:00
|
|
|
module github.com/ncw/rclone
|
|
|
|
|
|
|
|
require (
|
|
|
|
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
|
2019-06-27 13:30:45 +02:00
|
|
|
cloud.google.com/go v0.40.0 // indirect
|
|
|
|
github.com/Azure/azure-pipeline-go v0.1.9
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.6.0
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/Unknwon/goconfig v0.0.0-20190425194916-3dba17dd7b9e
|
2019-02-09 13:50:35 +01:00
|
|
|
github.com/a8m/tree v0.0.0-20181222104329-6a0b80129de4
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/abbot/go-http-auth v0.4.0
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/anacrolix/dms v1.0.0
|
2019-06-23 07:38:54 +02:00
|
|
|
github.com/atotto/clipboard v0.1.2
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.20.10
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/billziss-gh/cgofuse v1.1.0
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/coreos/bbolt v1.3.3
|
2019-02-09 13:50:35 +01:00
|
|
|
github.com/djherbis/times v1.2.0
|
2018-12-26 16:17:03 +01:00
|
|
|
github.com/dropbox/dropbox-sdk-go-unofficial v5.4.0+incompatible
|
2018-09-21 12:01:55 +02:00
|
|
|
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9 // indirect
|
2019-03-17 10:30:57 +01:00
|
|
|
github.com/goftp/server v0.0.0-20190304020633-eabccc535b5a
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
|
2019-06-25 15:45:30 +02:00
|
|
|
github.com/jlaffaye/ftp v0.0.0-20190624084859-c1312a7102bf
|
2019-06-25 19:44:57 +02:00
|
|
|
github.com/jzelinskie/whirlpool v0.0.0-20170603002051-c19460b8caa6
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2019-03-17 10:30:57 +01:00
|
|
|
github.com/koofr/go-httpclient v0.0.0-20180104120329-03786175608a
|
2019-07-15 14:57:02 +02:00
|
|
|
github.com/koofr/go-koofrclient v0.0.0-20190715104037-2c5813f3c29c
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2019-07-02 10:47:00 +02:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-03-17 10:30:57 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.4
|
2019-05-10 23:31:57 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/ncw/go-acd v0.0.0-20171120105400-887eb06ab6a2
|
2019-03-19 14:27:46 +01:00
|
|
|
github.com/ncw/swift v1.0.47
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20190624072549-eeb6cd0a1762
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
|
2019-07-02 10:47:00 +02:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2018-08-28 16:27:07 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
github.com/pengsrc/go-shared v0.2.0 // indirect
|
2019-02-09 13:50:35 +01:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-05-24 16:03:23 +02:00
|
|
|
github.com/pkg/sftp v1.10.1-0.20190523025818-e98a7bef6829
|
2018-09-21 12:01:55 +02:00
|
|
|
github.com/rfjakob/eme v0.0.0-20171028163933-2222dbd4ba46
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/sevlyar/go-daemon v0.1.5
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2018-10-25 17:35:30 +02:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2019-02-09 13:50:35 +01:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-06-27 13:30:45 +02:00
|
|
|
github.com/t3rm1n4l/go-mega v0.0.0-20190528125457-55e675378686
|
2019-04-13 14:47:57 +02:00
|
|
|
github.com/xanzy/ssh-agent v0.2.1
|
2018-09-21 12:01:55 +02:00
|
|
|
github.com/yunify/qingstor-sdk-go v2.2.15+incompatible
|
2019-06-27 13:30:45 +02:00
|
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
|
|
go.opencensus.io v0.22.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
|
|
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-04-30 12:15:32 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2019-06-27 13:30:45 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
|
2019-04-30 12:15:32 +02:00
|
|
|
golang.org/x/text v0.3.2
|
2019-04-13 14:47:57 +02:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2019-06-27 13:30:45 +02:00
|
|
|
google.golang.org/api v0.7.0
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20190626174449-989357319d63 // indirect
|
|
|
|
google.golang.org/grpc v1.21.1 // indirect
|
2019-07-02 10:47:00 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-02-09 13:50:35 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-08-28 16:27:07 +02:00
|
|
|
)
|