summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-09-28 12:40:17 -0700
committerGitHub <noreply@github.com>2018-09-28 12:40:17 -0700
commita8c01377bce777bf1940850e390e587c290e98e0 (patch)
tree0e176269b5faae110bb402b209d4f192654a435c /Gopkg.toml
parent006623e0f737ca7ee5d482fe47c09048a6f3d06a (diff)
downloadchat-a8c01377bce777bf1940850e390e587c290e98e0.tar.gz
chat-a8c01377bce777bf1940850e390e587c290e98e0.tar.bz2
chat-a8c01377bce777bf1940850e390e587c290e98e0.zip
Updating server dependancies. (#9498)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml14
1 files changed, 2 insertions, 12 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index ac916708b..993e374bd 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -26,16 +26,6 @@
# 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"
branch = "master"
@@ -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