Skip to content

Commit efc0bdf

Browse files
Bump github.com/prometheus/prometheus (#6139)
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.53.2-0.20240718123124-e9dec5fc537b to 0.54.0-rc.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/prometheus/commits/v0.54.0-rc.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27f87d0 commit efc0bdf

File tree

102 files changed

+12181
-884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+12181
-884
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.5
66

77
require (
88
github.com/Masterminds/squirrel v1.5.4
9-
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
9+
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30
1010
github.com/alicebob/miniredis/v2 v2.33.0
1111
github.com/armon/go-metrics v0.4.1
1212
github.com/aws/aws-sdk-go v1.55.5
@@ -48,7 +48,7 @@ require (
4848
github.com/prometheus/client_model v0.6.1
4949
github.com/prometheus/common v0.55.0
5050
// Prometheus maps version 2.x.y to tags v0.x.y.
51-
github.com/prometheus/prometheus v0.53.2-0.20240718123124-e9dec5fc537b
51+
github.com/prometheus/prometheus v0.54.0-rc.0
5252
github.com/segmentio/fasthash v1.0.3
5353
github.com/sony/gobreaker v1.0.0
5454
github.com/spf13/afero v1.11.0
@@ -89,15 +89,15 @@ require (
8989
)
9090

9191
require (
92-
cloud.google.com/go v0.114.0 // indirect
93-
cloud.google.com/go/auth v0.5.1 // indirect
92+
cloud.google.com/go v0.115.0 // indirect
93+
cloud.google.com/go/auth v0.7.0 // indirect
9494
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
95-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
96-
cloud.google.com/go/iam v1.1.8 // indirect
97-
cloud.google.com/go/storage v1.40.0 // indirect
98-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
95+
cloud.google.com/go/compute/metadata v0.4.0 // indirect
96+
cloud.google.com/go/iam v1.1.10 // indirect
97+
cloud.google.com/go/storage v1.41.0 // indirect
98+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 // indirect
9999
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
100-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
100+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
101101
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0 // indirect
102102
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
103103
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
@@ -148,11 +148,11 @@ require (
148148
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
149149
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
150150
github.com/google/btree v1.1.2 // indirect
151-
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
151+
github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
152152
github.com/google/s2a-go v0.1.7 // indirect
153153
github.com/google/uuid v1.6.0 // indirect
154154
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
155-
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
155+
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
156156
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
157157
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
158158
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -178,7 +178,7 @@ require (
178178
github.com/mattn/go-isatty v0.0.20 // indirect
179179
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
180180
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect
181-
github.com/miekg/dns v1.1.59 // indirect
181+
github.com/miekg/dns v1.1.61 // indirect
182182
github.com/minio/md5-simd v1.1.2 // indirect
183183
github.com/minio/sha256-simd v1.0.1 // indirect
184184
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -211,9 +211,9 @@ require (
211211
github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39 // indirect
212212
go.mongodb.org/mongo-driver v1.14.0 // indirect
213213
go.opencensus.io v0.24.0 // indirect
214-
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
214+
go.opentelemetry.io/collector/semconv v0.105.0 // indirect
215215
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
216-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
216+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
217217
go.opentelemetry.io/contrib/propagators/autoprop v0.53.0 // indirect
218218
go.opentelemetry.io/contrib/propagators/b3 v1.28.0 // indirect
219219
go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect
@@ -226,16 +226,16 @@ require (
226226
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
227227
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
228228
golang.org/x/crypto v0.25.0 // indirect
229-
golang.org/x/mod v0.18.0 // indirect
229+
golang.org/x/mod v0.19.0 // indirect
230230
golang.org/x/oauth2 v0.21.0 // indirect
231231
golang.org/x/sys v0.22.0 // indirect
232232
golang.org/x/text v0.16.0 // indirect
233-
golang.org/x/tools v0.22.0 // indirect
233+
golang.org/x/tools v0.23.0 // indirect
234234
gonum.org/v1/gonum v0.15.0 // indirect
235-
google.golang.org/api v0.183.0 // indirect
236-
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
237-
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
238-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
235+
google.golang.org/api v0.188.0 // indirect
236+
google.golang.org/genproto v0.0.0-20240708141625-4ad9e859172b // indirect
237+
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect
238+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
239239
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
240240
gopkg.in/telebot.v3 v3.2.1 // indirect
241241
k8s.io/apimachinery v0.30.2 // indirect

0 commit comments

Comments
 (0)