Upgrading minio-go library to 6.0.0 (#8651)

* Upgrading minio-go library to 6.0.0

* Removing unnecesary Gopkg constraint
This commit is contained in:
Jesús Espino
2018-04-30 23:35:10 +02:00
committed by Christopher Speller
parent a5f006b8a9
commit baba8fa92f
54 changed files with 4189 additions and 2261 deletions

View File

@@ -44,12 +44,6 @@
name = "github.com/mattermost/gorp"
branch = "master"
# To use our fork
[[constraint]]
name = "github.com/minio/minio-go"
source = "https://github.com/mattermost/minio-go.git"
version = "4.0.7.1"
# Fork for adding our own method to viper EnvSettings
[[constraint]]
name = "github.com/spf13/viper"