build(deps): bump github.com/prometheus/client_golang (#2360)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.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>
... | @@ -4,7 +4,7 @@ go 1.19 | ... | @@ -4,7 +4,7 @@ go 1.19 |
require ( | require ( | ||
github.com/Jeffail/gabs v1.4.0 | github.com/Jeffail/gabs v1.4.0 | ||
github.com/prometheus/client_golang v1.18.0 | github.com/prometheus/client_golang v1.19.0 | ||
k8s.io/apimachinery v0.29.2 | k8s.io/apimachinery v0.29.2 | ||
k8s.io/client-go v0.29.2 | k8s.io/client-go v0.29.2 | ||
) | ) | ||
... | @@ -28,16 +28,17 @@ require ( | ... | @@ -28,16 +28,17 @@ require ( |
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
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/common v0.45.0 // indirect | github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | |||
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.19.0 // indirect | golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/oauth2 v0.12.0 // indirect | golang.org/x/oauth2 v0.16.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/term v0.15.0 // indirect | golang.org/x/term v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | golang.org/x/time v0.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | google.golang.org/protobuf v1.32.0 // 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