summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-07-18 18:31:35 -0400
committerChristopher Speller <crspeller@gmail.com>2018-07-18 15:31:35 -0700
commitcbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99 (patch)
tree1333a16c5deac7f2add8f856a2a6e1dc4619393c /Gopkg.toml
parent3fcecd521a5c6ccfdb52fb4c3fb1f8c6ea528a4e (diff)
downloadchat-cbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99.tar.gz
chat-cbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99.tar.bz2
chat-cbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99.zip
Lock go-hclog and go-plugin dependencies to a revision (#9128)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 968f6b782..ac916708b 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -55,6 +55,15 @@
name = "github.com/segmentio/analytics-go"
version = "2.1.1"
+# Lock to control when plugins use new versions
+[[constraint]]
+ name = "github.com/hashicorp/go-hclog"
+ revision = "69ff559dc25f3b435631604f573a5fa1efdb6433"
+
+[[constraint]]
+ name = "github.com/hashicorp/go-plugin"
+ revision = "e8d22c780116115ae5624720c9af0c97afe4f551"
+
[prune]
go-tests = true
unused-packages = true