Skip to content

Commit 64300fb

Browse files
dependabot[bot]bwplotka
authored andcommitted
fix(deps): bump the go-deps group with 2 updates
Bumps the go-deps group with 2 updates: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.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.22.0...v1.23.0) Updates `google.golang.org/api` from 0.243.0 to 0.244.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.243.0...v0.244.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/api dependency-version: 0.244.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a58a8ef commit 64300fb

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/oklog/run v1.2.0
2020
github.com/oklog/ulid v1.3.1
2121
github.com/prometheus/alertmanager v0.28.1
22-
github.com/prometheus/client_golang v1.22.0
22+
github.com/prometheus/client_golang v1.23.0
2323
github.com/prometheus/client_model v0.6.2
24-
github.com/prometheus/common v0.62.0
24+
github.com/prometheus/common v0.65.0
2525
github.com/prometheus/common/assets v0.2.0
2626
github.com/prometheus/prometheus v0.53.5-0.20250630093819-d344ea7bf4cc // v2.53.5.
2727
github.com/stretchr/testify v1.10.0
@@ -30,7 +30,7 @@ require (
3030
golang.org/x/mod v0.26.0
3131
golang.org/x/oauth2 v0.30.0
3232
golang.org/x/time v0.12.0
33-
google.golang.org/api v0.243.0
33+
google.golang.org/api v0.244.0
3434
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
3535
google.golang.org/grpc v1.74.2
3636
google.golang.org/protobuf v1.36.6
@@ -248,7 +248,7 @@ require (
248248
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
249249
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
250250
github.com/prometheus/common/sigv4 v0.1.0 // indirect
251-
github.com/prometheus/procfs v0.15.1 // indirect
251+
github.com/prometheus/procfs v0.16.1 // indirect
252252
github.com/prometheus/sigv4 v0.1.0 // indirect
253253
github.com/quasilyte/go-ruleguard v0.4.4 // indirect
254254
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
@@ -324,7 +324,7 @@ require (
324324
golang.org/x/tools v0.34.0 // indirect
325325
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
326326
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
327-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
327+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
328328
gopkg.in/inf.v0 v0.9.1 // indirect
329329
gopkg.in/ini.v1 v1.67.0 // indirect
330330
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect

go.sum

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)