From 256b254e66fd99627578d1aeea24d57c571daa99 Mon Sep 17 00:00:00 2001 From: Jonas Falck Date: Wed, 14 Mar 2018 16:16:23 +0100 Subject: [PATCH] Remove unused deps --- Gopkg.lock | 38 ++++++++++++-------------------------- Gopkg.toml | 8 ++++---- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 5f16fd1..cf2bd67 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -1,30 +1,12 @@ # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. -[[projects]] - name = "github.com/BurntSushi/toml" - packages = ["."] - revision = "b26d9c308763d68093482582cea63d69be07a0f0" - version = "v0.3.0" - [[projects]] branch = "master" name = "github.com/beorn7/perks" packages = ["quantile"] revision = "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9" -[[projects]] - branch = "master" - name = "github.com/fatih/camelcase" - packages = ["."] - revision = "44e46d280b43ec1531bb25252440e34f1b800b65" - -[[projects]] - name = "github.com/fatih/structs" - packages = ["."] - revision = "a720dfa8df582c51dee1b36feabb906bde1588bd" - version = "v1.0" - [[projects]] branch = "master" name = "github.com/fortnoxab/ginprometheus" @@ -72,12 +54,6 @@ revision = "3353055b2a1a5ae1b6a8dfde887a524e7088f3a2" version = "1.1.2" -[[projects]] - branch = "master" - name = "github.com/koding/multiconfig" - packages = ["."] - revision = "69c27309b2d751c576b59ea9c3726597c2375da3" - [[projects]] name = "github.com/mattn/go-isatty" packages = ["."] @@ -102,6 +78,16 @@ revision = "1df9eeb2bb81f327b96228865c5687bc2194af3f" version = "1.0.0" +[[projects]] + branch = "master" + name = "github.com/prometheus/alertmanager" + packages = [ + "template", + "template/internal/deftmpl", + "types" + ] + revision = "d63c25a8559f0ea208e2aff78b32923b0b56975f" + [[projects]] name = "github.com/prometheus/client_golang" packages = [ @@ -163,7 +149,7 @@ "unix", "windows" ] - revision = "8c0ece68c28377f4c326d85b94f8df0dace46f80" + revision = "932fb2287bee613f2a65e71685c9d9c0020da979" [[projects]] name = "gopkg.in/go-playground/validator.v8" @@ -180,6 +166,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "707bf6b6868b0b8435262d0a12063142de392e185ac9cf1c882b4d76d68a21f6" + inputs-digest = "bf5cadcd7261da38c47b1ebae3aacc37ffe62bc3ec23ed1046930676faf217a4" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 7b21584..432c4b9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -41,10 +41,6 @@ branch = "master" name = "github.com/jonaz/gograce" -[[constraint]] - branch = "master" - name = "github.com/koding/multiconfig" - [[constraint]] name = "github.com/sirupsen/logrus" branch = "master" @@ -52,3 +48,7 @@ [prune] go-tests = true unused-packages = true + +[[constraint]] + branch = "master" + name = "github.com/prometheus/alertmanager"