Skip to content

Commit ef57657

Browse files
🌱 Bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.14.0...v1.15.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>
1 parent 71885c9 commit ef57657

File tree

2 files changed

+26
-367
lines changed

2 files changed

+26
-367
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/google/go-cmp v0.5.9
1111
github.com/onsi/ginkgo/v2 v2.9.2
1212
github.com/onsi/gomega v1.27.6
13-
github.com/prometheus/client_golang v1.14.0
13+
github.com/prometheus/client_golang v1.15.0
1414
github.com/prometheus/client_model v0.3.0
1515
go.uber.org/goleak v1.2.1
1616
go.uber.org/zap v1.24.0
@@ -29,7 +29,7 @@ require (
2929

3030
require (
3131
github.com/beorn7/perks v1.0.1 // indirect
32-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
32+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3333
github.com/davecgh/go-spew v1.1.1 // indirect
3434
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
3535
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
@@ -48,23 +48,24 @@ require (
4848
github.com/josharian/intern v1.0.0 // indirect
4949
github.com/json-iterator/go v1.1.12 // indirect
5050
github.com/mailru/easyjson v0.7.6 // indirect
51-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
51+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5353
github.com/modern-go/reflect2 v1.0.2 // indirect
5454
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5555
github.com/pkg/errors v0.9.1 // indirect
56-
github.com/prometheus/common v0.37.0 // indirect
57-
github.com/prometheus/procfs v0.8.0 // indirect
56+
github.com/prometheus/common v0.42.0 // indirect
57+
github.com/prometheus/procfs v0.9.0 // indirect
58+
github.com/rogpeppe/go-internal v1.10.0 // indirect
5859
github.com/spf13/pflag v1.0.5 // indirect
5960
go.uber.org/atomic v1.7.0 // indirect
6061
go.uber.org/multierr v1.6.0 // indirect
6162
golang.org/x/net v0.8.0 // indirect
62-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
63+
golang.org/x/oauth2 v0.5.0 // indirect
6364
golang.org/x/term v0.6.0 // indirect
6465
golang.org/x/text v0.8.0 // indirect
6566
golang.org/x/tools v0.7.0 // indirect
6667
google.golang.org/appengine v1.6.7 // indirect
67-
google.golang.org/protobuf v1.28.1 // indirect
68+
google.golang.org/protobuf v1.30.0 // indirect
6869
gopkg.in/inf.v0 v0.9.1 // indirect
6970
gopkg.in/yaml.v2 v2.4.0 // indirect
7071
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)