-
- Downloads
Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'main'
Update module github.com/prometheus/client_golang to v1.20.0 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1124 Merged-by:Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -15,7 +15,7 @@ require ( |
github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b | ||
github.com/otiai10/copy v1.14.0 | ||
github.com/pires/go-proxyproto v0.7.0 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/prometheus/client_golang v1.20.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.9.0 | ||
gitlab.com/gitlab-org/gitaly/v16 v16.11.8 | ||
Loading
| Loading
| @@ -61,10 +61,13 @@ require ( |
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/yamux v0.1.2-0.20220728231024-8f49b6f63f18 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect | ||
github.com/lightstep/lightstep-tracer-go v0.25.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/oklog/ulid/v2 v2.0.2 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.20.1 // indirect | ||
Loading
| Loading
| @@ -73,9 +76,9 @@ require ( |
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/prometheus/prometheus v0.50.1 // indirect | ||
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect | ||
github.com/shirou/gopsutil/v3 v3.22.8 // indirect | ||
Loading
| Loading
| @@ -93,8 +96,8 @@ require ( |
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/oauth2 v0.20.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
Loading
| Loading
|
Please register or sign in to comment