summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-02-23 17:15:00 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2018-02-23 17:15:00 +0100
commit32cb53ddb778c5dbdca902f20e6ea2ca818c5490 (patch)
treec73326d223c11323497e382bd7b4d9309d792597 /Gopkg.toml
parentUpgrade logrus to 1.0.4 (diff)
downloadgitlab-runner-32cb53ddb778c5dbdca902f20e6ea2ca818c5490.tar.gz
Remove last Sirupsen references
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index a4661bae..178d0760 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -32,7 +32,9 @@ ignored = ["test", "appengine"]
[[constraint]]
name = "github.com/sirupsen/logrus"
- version = "1.0.4"
+ # version = "1.0.4"
+ # 1.0.4 has a race condition on panic in logrous hooks taht is triggere by our test suite
+ revision = "8c0189d9f6bbf301e5d055d34268156b317016af"
[[constraint]]
branch = "master"
@@ -239,10 +241,6 @@ ignored = ["test", "appengine"]
revision = "c55201b036063326c5b1b89ccfe45a184973d073"
[[override]]
- name = "github.com/prometheus/common"
- revision = "ebdfc6da46522d58825777cf1f90490a5b1ef1d8"
-
-[[override]]
name = "github.com/prometheus/procfs"
revision = "abf152e5f3e97f2fafac028d2cc06c1feb87ffa5"
@@ -260,7 +258,7 @@ ignored = ["test", "appengine"]
[[override]]
name = "github.com/vbatts/tar-split"
- revision = "bd4c5d64c3e9297f410025a3b1bd0c58f659e721"
+ revision = "e4899282720706fae5fde9dc1ee80bc3fefe10c2"
[[override]]
name = "golang.org/x/oauth2"