From baba8fa92f47cad604f6d2a2714d09f89178fbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 30 Apr 2018 23:35:10 +0200 Subject: Upgrading minio-go library to 6.0.0 (#8651) * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint --- Gopkg.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index 7eb44b15f..28f32b65a 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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" -- cgit v1.2.3-1-g7c22