Skip to content

Commit a00349f

Browse files
dependabot[bot]BenjaminBraunDev
authored andcommitted
chore(deps): bump github.com/prometheus/prometheus (kubernetes-sigs#1753)
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.306.0 to 0.307.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.306.0...v0.307.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.307.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac66d9b commit a00349f

File tree

2 files changed

+70
-68
lines changed

2 files changed

+70
-68
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/prometheus/client_golang v1.23.2
1717
github.com/prometheus/client_model v0.6.2
1818
github.com/prometheus/common v0.67.1
19-
github.com/prometheus/prometheus v0.306.0
19+
github.com/prometheus/prometheus v0.307.1
2020
github.com/stretchr/testify v1.11.1
2121
go.opentelemetry.io/otel v1.38.0
2222
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
@@ -73,9 +73,9 @@ require (
7373
github.com/google/btree v1.1.3 // indirect
7474
github.com/google/cel-go v0.26.0 // indirect
7575
github.com/google/gnostic-models v0.7.0 // indirect
76-
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
76+
github.com/google/pprof v0.0.0-20250923004556-9e5a51aed1e8 // indirect
7777
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
78-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
78+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
7979
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
8080
github.com/huandu/xstrings v1.3.3 // indirect
8181
github.com/imdario/mergo v0.3.16 // indirect
@@ -99,7 +99,7 @@ require (
9999
github.com/stoewer/go-strcase v1.3.0 // indirect
100100
github.com/x448/float16 v0.8.4 // indirect
101101
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
102-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
102+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
103103
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
104104
go.opentelemetry.io/otel/metric v1.38.0 // indirect
105105
go.opentelemetry.io/otel/trace v1.38.0 // indirect
@@ -109,18 +109,18 @@ require (
109109
go.yaml.in/yaml/v2 v2.4.3 // indirect
110110
go.yaml.in/yaml/v3 v3.0.4 // indirect
111111
golang.org/x/crypto v0.42.0 // indirect
112-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
112+
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
113113
golang.org/x/mod v0.28.0 // indirect
114114
golang.org/x/net v0.44.0 // indirect
115115
golang.org/x/oauth2 v0.31.0 // indirect
116116
golang.org/x/sys v0.36.0 // indirect
117117
golang.org/x/term v0.35.0 // indirect
118118
golang.org/x/text v0.29.0 // indirect
119-
golang.org/x/time v0.12.0 // indirect
119+
golang.org/x/time v0.13.0 // indirect
120120
golang.org/x/tools v0.37.0 // indirect
121121
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
122-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
123-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
122+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
123+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
124124
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
125125
gopkg.in/inf.v0 v0.9.1 // indirect
126126
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)