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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-02-22 17:12:21 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-15 14:39:56 +0300
commit70937314d510c9eb82766f26c7ba4b5593d831fc (patch)
treed9996f37792052aaf05b3bce2c88de50664eabe6 /go.mod
parentcc02518188beef74f9cc64c2411e7afe1c163491 (diff)
Bump prometheus client to 1.12.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 1e5fd598..33c05fca 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/namsral/flag v1.7.4-pre
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pires/go-proxyproto v0.6.2
- github.com/prometheus/client_golang v1.11.0
+ github.com/prometheus/client_golang v1.12.1
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
@@ -29,7 +29,7 @@ require (
gitlab.com/gitlab-org/golang-archive-zip v0.1.1
gitlab.com/gitlab-org/labkit v1.12.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
- golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069
+ golang.org/x/net v0.0.0-20210525063256-abc453219eb5
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
)