mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating server dependancies. (#9498)
This commit is contained in:
committed by
GitHub
parent
006623e0f7
commit
a8c01377bc
14
Gopkg.toml
14
Gopkg.toml
@@ -24,16 +24,6 @@
|
||||
# go-tests = true
|
||||
# unused-packages = true
|
||||
|
||||
# To keep us on latest since maintainer stopped releasing versions
|
||||
[[constraint]]
|
||||
name = "github.com/go-sql-driver/mysql"
|
||||
branch = "master"
|
||||
|
||||
# Constaint to bring us to latest master for bug fixes
|
||||
[[constraint]]
|
||||
name = "github.com/gorilla/websocket"
|
||||
branch = "master"
|
||||
|
||||
# To keep us on latest since maintainer stopped releasing versions
|
||||
[[constraint]]
|
||||
name = "github.com/hashicorp/memberlist"
|
||||
@@ -58,11 +48,11 @@
|
||||
# Lock to control when plugins use new versions
|
||||
[[constraint]]
|
||||
name = "github.com/hashicorp/go-hclog"
|
||||
revision = "69ff559dc25f3b435631604f573a5fa1efdb6433"
|
||||
revision = "e45cbeb79f0411b1cfedd3f226ff69d5d433c762"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/hashicorp/go-plugin"
|
||||
revision = "e8d22c780116115ae5624720c9af0c97afe4f551"
|
||||
revision = "a4620f9913d19f03a6bf19b2f304daaaf83ea130"
|
||||
|
||||
[prune]
|
||||
go-tests = true
|
||||
|
||||
Reference in New Issue
Block a user