-
- Downloads
Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'main'
Update module github.com/prometheus/client_golang to v1.18.0 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/920 Merged-by:Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -11,7 +11,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.17.0 | ||
github.com/prometheus/client_golang v1.18.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.4 | ||
gitlab.com/gitlab-org/gitaly/v16 v16.7.0 | ||
Loading
| Loading
| @@ -59,7 +59,7 @@ require ( |
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/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // 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
| @@ -68,9 +68,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.4.1-0.20230718164431-9a2bf3000d16 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.45.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/prometheus v0.46.0 // indirect | ||
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect | ||
github.com/shirou/gopsutil/v3 v3.22.8 // indirect | ||
Loading
| Loading
| @@ -83,7 +83,7 @@ require ( |
go.opencensus.io v0.24.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/net v0.16.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
Loading
| Loading
|
Please register or sign in to comment