Add mint versioning tests (#11500)

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Anis Elleuch
2021-03-06 04:15:42 +01:00
committed by GitHub
parent 79b0d056a2
commit 7ea95fcec8
16 changed files with 2550 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module mint.minio.io/versioning/tests
go 1.16
require (
github.com/aws/aws-sdk-go v1.37.9
github.com/sirupsen/logrus v1.7.0
)