As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 9cb84060 authored by Igor Drozdov's avatar Igor Drozdov
Browse files

Update prometheus package to 1.13.1

It also excludes 1.12.1 version to break the cycling dependency
that loads a lot of obsolete libraries
parent bb8ef65b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ require (
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/otiai10/copy v1.4.2
github.com/pires/go-proxyproto v0.6.2
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_golang v1.13.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2
Loading
Loading
@@ -60,8 +60,8 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
github.com/shirou/gopsutil/v3 v3.21.2 // indirect
github.com/tinylib/msgp v1.1.2 // indirect
Loading
Loading
@@ -86,3 +86,5 @@ require (
)
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220616060731-4818747c9fed
exclude github.com/prometheus/client_golang v1.12.1
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment