build(deps): bump github.com/prometheus/client_golang (#2611)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.5 to 1.21.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.0 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | @@ -6,7 +6,7 @@ toolchain go1.22.5 | ... | @@ -6,7 +6,7 @@ toolchain go1.22.5 |
require ( | require ( | ||
github.com/Jeffail/gabs v1.4.0 | github.com/Jeffail/gabs v1.4.0 | ||
github.com/prometheus/client_golang v1.20.5 | github.com/prometheus/client_golang v1.21.0 | ||
k8s.io/apimachinery v0.31.3 | k8s.io/apimachinery v0.31.3 | ||
k8s.io/client-go v0.31.3 | k8s.io/client-go v0.31.3 | ||
) | ) | ||
... | @@ -33,16 +33,16 @@ require ( | ... | @@ -33,16 +33,16 @@ require ( |
github.com/modern-go/reflect2 v1.0.2 // indirect | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | github.com/prometheus/common v0.62.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/net v0.33.0 // indirect | golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | golang.org/x/time v0.3.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | google.golang.org/protobuf v1.36.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
... | ... |
Please register or sign in to comment