Skip to content

Commit e4fe22d

Browse files
chore(deps): bump github.com/prometheus/prometheus (#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 4e3c419 commit e4fe22d

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
@@ -15,7 +15,7 @@ require (
1515
github.com/prometheus/client_golang v1.23.2
1616
github.com/prometheus/client_model v0.6.2
1717
github.com/prometheus/common v0.67.1
18-
github.com/prometheus/prometheus v0.306.0
18+
github.com/prometheus/prometheus v0.307.1
1919
github.com/stretchr/testify v1.11.1
2020
go.opentelemetry.io/otel v1.38.0
2121
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
@@ -72,9 +72,9 @@ require (
7272
github.com/google/btree v1.1.3 // indirect
7373
github.com/google/cel-go v0.26.0 // indirect
7474
github.com/google/gnostic-models v0.7.0 // indirect
75-
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
75+
github.com/google/pprof v0.0.0-20250923004556-9e5a51aed1e8 // indirect
7676
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
77-
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
77+
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
7878
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
7979
github.com/huandu/xstrings v1.3.3 // indirect
8080
github.com/imdario/mergo v0.3.16 // indirect
@@ -98,7 +98,7 @@ require (
9898
github.com/stoewer/go-strcase v1.3.0 // indirect
9999
github.com/x448/float16 v0.8.4 // indirect
100100
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
101-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
101+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
102102
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
103103
go.opentelemetry.io/otel/metric v1.38.0 // indirect
104104
go.opentelemetry.io/otel/trace v1.38.0 // indirect
@@ -108,18 +108,18 @@ require (
108108
go.yaml.in/yaml/v2 v2.4.3 // indirect
109109
go.yaml.in/yaml/v3 v3.0.4 // indirect
110110
golang.org/x/crypto v0.42.0 // indirect
111-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
111+
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
112112
golang.org/x/mod v0.28.0 // indirect
113113
golang.org/x/net v0.44.0 // indirect
114114
golang.org/x/oauth2 v0.31.0 // indirect
115115
golang.org/x/sys v0.36.0 // indirect
116116
golang.org/x/term v0.35.0 // indirect
117117
golang.org/x/text v0.29.0 // indirect
118-
golang.org/x/time v0.12.0 // indirect
118+
golang.org/x/time v0.13.0 // indirect
119119
golang.org/x/tools v0.37.0 // indirect
120120
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
121-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
122-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
121+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
122+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
123123
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
124124
gopkg.in/inf.v0 v0.9.1 // indirect
125125
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)