rclone/go.mod

76 lines
3.5 KiB
Modula-2
Raw Normal View History

module github.com/rclone/rclone
2018-08-28 16:27:07 +02:00
require (
bazil.org/fuse v0.0.0-20191225233854-3a99aca11732
2019-11-11 16:04:53 +01:00
cloud.google.com/go v0.47.0 // indirect
2019-08-26 19:00:17 +02:00
github.com/Azure/azure-pipeline-go v0.2.2
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/go-autorest/autorest/adal v0.6.0 // indirect
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-11-11 16:04:53 +01:00
github.com/anacrolix/dms v1.1.0
github.com/atotto/clipboard v0.1.2
2019-11-11 16:04:53 +01:00
github.com/aws/aws-sdk-go v1.25.31
github.com/billziss-gh/cgofuse v1.2.0
2019-02-09 13:50:35 +01:00
github.com/djherbis/times v1.2.0
github.com/dropbox/dropbox-sdk-go-unofficial v5.4.0+incompatible
github.com/etcd-io/bbolt v1.3.3
2019-11-11 16:04:53 +01:00
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
2019-08-26 19:00:17 +02:00
github.com/google/go-cmp v0.3.1 // indirect
2019-04-13 14:47:57 +02:00
github.com/google/go-querystring v1.0.0 // indirect
2019-08-26 19:00:17 +02:00
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
github.com/hanwen/go-fuse/v2 v2.0.3-0.20191108143333-152e6ac32d54
2019-11-11 16:04:53 +01:00
github.com/jlaffaye/ftp v0.0.0-20191025175106-a59fe673c9b2
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-08-26 19:00:17 +02:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/koofr/go-httpclient v0.0.0-20190818202018-e0dc8fd921dc
github.com/koofr/go-koofrclient v0.0.0-20190724113126-8e5366da203a
2019-11-11 16:04:53 +01:00
github.com/mattn/go-colorable v0.1.4
2019-08-26 19:00:17 +02:00
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
2019-11-11 16:04:53 +01:00
github.com/mattn/go-isatty v0.0.11-0.20191112051248-2a2f0ea997f9 // indirect
github.com/mattn/go-runewidth v0.0.7
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-08-26 19:00:17 +02:00
github.com/ncw/swift v1.0.49
github.com/nsf/termbox-go v0.0.0-20191229070316-58d4fcbce2a7
2018-08-28 16:27:07 +02:00
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
2019-08-26 19:00:17 +02:00
github.com/onsi/ginkgo v1.9.0 // indirect
github.com/onsi/gomega v1.6.0 // indirect
2018-08-28 16:27:07 +02:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2019-02-09 13:50:35 +01:00
github.com/pkg/errors v0.8.1
2019-08-26 19:00:17 +02:00
github.com/pkg/sftp v1.10.1
github.com/putdotio/go-putio v0.0.0-20190822121956-19b9c636c877
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-07-26 02:53:58 +02:00
github.com/sirupsen/logrus v1.4.2
2019-04-13 14:47:57 +02:00
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
2019-08-26 19:00:17 +02:00
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
2019-06-27 13:30:45 +02:00
github.com/spf13/cobra v0.0.5
2019-11-11 16:04:53 +01:00
github.com/spf13/pflag v1.0.5
2019-08-26 19:00:17 +02:00
github.com/stretchr/testify v1.4.0
github.com/t3rm1n4l/go-mega v0.0.0-20200117211730-79a813bb328d
2019-04-13 14:47:57 +02:00
github.com/xanzy/ssh-agent v0.2.1
2019-11-11 16:04:53 +01:00
github.com/youmark/pkcs8 v0.0.0-20191102193632-94c173a94d60
github.com/yunify/qingstor-sdk-go/v3 v3.1.1
2019-06-27 13:30:45 +02:00
go.etcd.io/bbolt v1.3.3 // indirect
2019-11-11 16:04:53 +01:00
go.opencensus.io v0.22.2 // indirect
goftp.io/server v0.0.0-20190812052725-72a57b186803
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17
2019-11-11 16:04:53 +01:00
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5
2019-06-27 13:30:45 +02:00
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2019-11-11 16:04:53 +01:00
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
golang.org/x/text v0.3.2
2019-11-11 16:04:53 +01:00
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/api v0.13.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/yaml.v2 v2.2.5
2018-08-28 16:27:07 +02:00
)
go 1.13