Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-06-05 11:31:18 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-05 11:31:18 +0300
commite96f9d00469050d3548ee45928b2a5b6733a3a7d (patch)
tree25dd18901d9e23e08c275ee6c896c06ae63dfe14 /go.mod
parentc877296b468e4a828da27f4fd47c3e17eb7e2e1d (diff)
Use histograms instead of gagues
Removed test assertion for metric as histograms are not collectors so we can't really test it. Left the test though as it's still valuable.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 84a99d32..1200d689 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/namsral/flag v1.7.4-pre
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/prometheus/client_golang v1.1.0
+ github.com/prometheus/client_golang v1.6.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
@@ -28,7 +28,7 @@ require (
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
- golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
+ golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8