Skip to content

Commit f167c02

Browse files
Bump github.com/prometheus/prometheus from 0.55.0 to 0.301.0
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.55.0 to 0.301.0. - [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.301.0) --- 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 480cbfd commit f167c02

File tree

2 files changed

+75
-81
lines changed

2 files changed

+75
-81
lines changed

Diff for: go.mod

+11-13
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.22.8
65

76
require (
@@ -12,7 +11,7 @@ require (
1211
github.com/oklog/run v1.1.0
1312
github.com/prometheus/alertmanager v0.27.0
1413
github.com/prometheus/client_golang v1.20.5
15-
github.com/prometheus/prometheus v0.55.0
14+
github.com/prometheus/prometheus v0.301.0
1615
gotest.tools/v3 v3.5.1
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
@@ -37,23 +34,24 @@ require (
3734
github.com/google/uuid v1.6.0 // indirect
3835
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
3936
github.com/josharian/intern v1.0.0 // indirect
40-
github.com/klauspost/compress v1.17.9 // indirect
37+
github.com/klauspost/compress v1.17.11 // indirect
4138
github.com/mailru/easyjson v0.7.7 // indirect
4239
github.com/mitchellh/mapstructure v1.5.0 // indirect
4340
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4441
github.com/oklog/ulid v1.3.1 // indirect
4542
github.com/opentracing/opentracing-go v1.2.0 // indirect
4643
github.com/prometheus/client_model v0.6.1 // indirect
47-
github.com/prometheus/common v0.59.1 // indirect
44+
github.com/prometheus/common v0.61.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.33.0 // indirect
49+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
50+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
5351
go.uber.org/atomic v1.11.0 // indirect
54-
golang.org/x/sync v0.8.0 // indirect
55-
golang.org/x/sys v0.25.0 // indirect
56-
golang.org/x/text v0.18.0 // indirect
57-
google.golang.org/protobuf v1.34.2 // indirect
52+
golang.org/x/sync v0.10.0 // indirect
53+
golang.org/x/sys v0.28.0 // indirect
54+
golang.org/x/text v0.21.0 // indirect
55+
google.golang.org/protobuf v1.36.0 // indirect
5856
gopkg.in/yaml.v3 v3.0.1 // indirect
5957
)

0 commit comments

Comments
 (0)