Skip to content

Commit e072239

Browse files
Bump github.com/prometheus/prometheus from 0.55.0 to 0.302.1
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.55.0 to 0.302.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.55.0...v0.302.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe45675 commit e072239

File tree

2 files changed

+65
-71
lines changed

2 files changed

+65
-71
lines changed

Diff for: go.mod

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/prometheus-community/prom-label-proxy
22

33
go 1.22.0
4-
54
toolchain go1.24.1
65

76
require (
@@ -12,7 +11,7 @@ require (
1211
github.com/oklog/run v1.1.0
1312
github.com/prometheus/alertmanager v0.28.1
1413
github.com/prometheus/client_golang v1.21.1
15-
github.com/prometheus/prometheus v0.55.0
14+
github.com/prometheus/prometheus v0.302.1
1615
gotest.tools/v3 v3.5.2
1716
)
1817

@@ -21,8 +20,6 @@ require (
2120
github.com/beorn7/perks v1.0.1 // indirect
2221
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2322
github.com/dennwc/varint v1.0.0 // indirect
24-
github.com/go-kit/log v0.2.1 // indirect
25-
github.com/go-logfmt/logfmt v0.6.0 // indirect
2623
github.com/go-logr/logr v1.4.2 // indirect
2724
github.com/go-logr/stdr v1.2.2 // indirect
2825
github.com/go-openapi/analysis v0.23.0 // indirect
@@ -47,13 +44,14 @@ require (
4744
github.com/prometheus/common v0.62.0 // indirect
4845
github.com/prometheus/procfs v0.15.1 // indirect
4946
go.mongodb.org/mongo-driver v1.14.0 // indirect
50-
go.opentelemetry.io/otel v1.29.0 // indirect
51-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
52-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
47+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
48+
go.opentelemetry.io/otel v1.34.0 // indirect
49+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
50+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
5351
go.uber.org/atomic v1.11.0 // indirect
5452
golang.org/x/sync v0.10.0 // indirect
55-
golang.org/x/sys v0.28.0 // indirect
53+
golang.org/x/sys v0.29.0 // indirect
5654
golang.org/x/text v0.21.0 // indirect
57-
google.golang.org/protobuf v1.36.1 // indirect
55+
google.golang.org/protobuf v1.36.4 // indirect
5856
gopkg.in/yaml.v3 v3.0.1 // indirect
5957
)

0 commit comments

Comments
 (0)