mirror of
https://github.com/minio/mc
synced 2026-08-29 14:37:42 -04:00
29 lines
1 KiB
Modula-2
29 lines
1 KiB
Modula-2
module github.com/minio/mc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cheggaaa/pb v1.0.28
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
|
github.com/klauspost/compress v1.10.3
|
|
github.com/mattn/go-ieproxy v0.0.1
|
|
github.com/mattn/go-isatty v0.0.8
|
|
github.com/minio/cli v1.22.0
|
|
github.com/minio/minio v0.0.0-20200707152854-14885ef98d83
|
|
github.com/minio/minio-go/v6 v6.0.58-0.20200612001654-a57fec8037ec
|
|
github.com/minio/sha256-simd v0.1.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/profile v1.3.0
|
|
github.com/pkg/xattr v0.4.1
|
|
github.com/posener/complete v1.2.2-0.20190702141536-6ffe496ea953
|
|
github.com/rjeczalik/notify v0.9.2
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/text v0.3.2
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
|
|
gopkg.in/h2non/filetype.v1 v1.0.5
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|