You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- module github.com/minio/minio-go/v6
-
- go 1.12
-
- require (
- github.com/dustin/go-humanize v1.0.0 // indirect
- github.com/json-iterator/go v1.1.9
- github.com/minio/md5-simd v1.1.0
- github.com/minio/sha256-simd v0.1.1
- github.com/mitchellh/go-homedir v1.1.0
- github.com/sirupsen/logrus v1.5.0 // indirect
- github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
- golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
- golang.org/x/net v0.0.0-20190522155817-f3200d17e092
- gopkg.in/ini.v1 v1.42.0
- )
|