summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-04-30 23:35:10 +0200
committerChristopher Speller <crspeller@gmail.com>2018-04-30 14:35:10 -0700
commitbaba8fa92f47cad604f6d2a2714d09f89178fbff (patch)
tree0b751ac64e9dd13fd544e37a6bf11c2f90ae9f36 /Gopkg.toml
parenta5f006b8a94bdadf5343aacd2b58c5bad4485153 (diff)
downloadchat-baba8fa92f47cad604f6d2a2714d09f89178fbff.tar.gz
chat-baba8fa92f47cad604f6d2a2714d09f89178fbff.tar.bz2
chat-baba8fa92f47cad604f6d2a2714d09f89178fbff.zip
Upgrading minio-go library to 6.0.0 (#8651)
* Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml6
1 files changed, 0 insertions, 6 deletions
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"