mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
mint fixes for go1.14 (#10294)
add go.mod to ensure that mint can be built with go1.14.x
This commit is contained in:
3
mint/run/core/aws-sdk-go/go.mod
Normal file
3
mint/run/core/aws-sdk-go/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module mint.minio.io/aws-sdk-go
|
||||
|
||||
go 1.14
|
||||
3
mint/run/core/healthcheck/go.mod
Normal file
3
mint/run/core/healthcheck/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module mint.minio.io/healthcheck
|
||||
|
||||
go 1.14
|
||||
3
mint/run/core/minio-go/go.mod
Normal file
3
mint/run/core/minio-go/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module mint.minio.io/minio-go
|
||||
|
||||
go 1.14
|
||||
@@ -57,7 +57,7 @@ declare FILE_1_MB_MD5SUM
|
||||
declare FILE_65_MB_MD5SUM
|
||||
|
||||
BUCKET_NAME="s3cmd-test-bucket-$RANDOM"
|
||||
S3CMD=$(which s3cmd)
|
||||
S3CMD=$(command -v s3cmd)
|
||||
declare -a S3CMD_CMD
|
||||
|
||||
function get_md5sum()
|
||||
|
||||
3
mint/run/core/security/go.mod
Normal file
3
mint/run/core/security/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module mint.minio.io/security
|
||||
|
||||
go 1.14
|
||||
Reference in New Issue
Block a user