forked from folbricht/desync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (34 loc) · 1.5 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
35
module github.com/folbricht/desync
require (
github.com/datadog/zstd v1.3.5-0.20180806225715-e46e47635dc0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/siphash v1.2.0
github.com/fatih/color v1.7.0 // indirect
github.com/folbricht/tempfile v0.0.1
github.com/go-ini/ini v1.38.2
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/hanwen/go-fuse v0.0.0-20180831115513-1d35017e9701
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/minio/minio-go v6.0.6+incompatible
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/pkg/sftp v1.8.2
github.com/pkg/xattr v0.4.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/text v0.3.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.25
gopkg.in/ini.v1 v1.38.2 // indirect
)