forked from rclone/rclone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.52 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/TelBotDev/cclone
go 1.13
require (
cloud.google.com/go v0.80.0 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
github.com/anacrolix/dms v1.2.2 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-sdk-go v1.38.4 // indirect
github.com/dropbox/dropbox-sdk-go-unofficial v5.6.0+incompatible // indirect
github.com/gabriel-vasile/mimetype v1.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hanwen/go-fuse/v2 v2.1.0 // indirect
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067 // indirect
github.com/klauspost/compress v1.11.12 // indirect
github.com/ncw/swift v1.0.52 // indirect
github.com/nsf/termbox-go v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/common v0.20.0 // indirect
github.com/rclone/rclone v1.54.1-0.20210325090217-f6dbb98a1dbf
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/api v0.43.0
google.golang.org/genproto v0.0.0-20210325141258-5636347f2b14 // indirect
storj.io/common v0.0.0-20210325121458-ac003bbcf78b // indirect
)