forked from folbricht/desync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 933 Bytes
/
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
module github.com/folbricht/desync
go 1.15
require (
cloud.google.com/go/storage v1.12.0
github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d
github.com/datadog/zstd v1.4.5
github.com/dchest/siphash v1.2.2
github.com/fatih/color v1.10.0 // indirect
github.com/folbricht/tempfile v0.0.1
github.com/go-ini/ini v1.62.0
github.com/hanwen/go-fuse/v2 v2.0.3
github.com/klauspost/compress v1.11.4
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/minio/minio-go/v6 v6.0.57
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.12.0
github.com/pkg/xattr v0.4.3
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/api v0.36.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/ini.v1 v1.62.0 // indirect
)