From cbd3fa4b3ba0e24c6008ac1e501d7a7fe25c1c99 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 18 Jul 2018 18:31:35 -0400 Subject: Lock go-hclog and go-plugin dependencies to a revision (#9128) --- Gopkg.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Gopkg.toml') 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 -- cgit v1.2.3-1-g7c22