forked from minio/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 1.55 KB
/
go.mod
File metadata and controls
43 lines (41 loc) · 1.55 KB
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
36
37
38
39
40
41
42
43
module github.com/minio/mc
go 1.14
require (
github.com/cheggaaa/pb v1.0.29
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.12.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/json-iterator/go v1.1.11
github.com/klauspost/compress v1.12.2
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-ieproxy v0.0.1
github.com/mattn/go-isatty v0.0.13
github.com/minio/cli v1.22.0
github.com/minio/colorjson v1.0.1
github.com/minio/filepath v1.0.0
github.com/minio/madmin-go v1.0.13
github.com/minio/md5-simd v1.1.1 // indirect
github.com/minio/minio-go/v7 v7.0.11-0.20210607181445-e162fdb8e584
github.com/minio/pkg v1.0.8
github.com/minio/sha256-simd v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/profile v1.3.0
github.com/pkg/xattr v0.4.1
github.com/posener/complete v1.2.3
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/procfs v0.6.0 // indirect
github.com/rjeczalik/notify v0.9.2
github.com/rs/xid v1.2.1
github.com/shirou/gopsutil/v3 v3.21.6
github.com/tidwall/gjson v1.7.5
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
golang.org/x/text v0.3.6
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
gopkg.in/h2non/filetype.v1 v1.0.5
gopkg.in/yaml.v2 v2.4.0
maze.io/x/duration v0.0.0-20160924141736-faac084b6075
)