Skip to content

Commit 6b69d76

Browse files
Bump github.com/prometheus/prometheus from 0.53.0 to 0.53.1 (#194)
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.53.0 to 0.53.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.53.0...v0.53.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f1630 commit 6b69d76

File tree

2 files changed

+11
-273
lines changed

2 files changed

+11
-273
lines changed

go.mod

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,50 +7,33 @@ toolchain go1.22.5
77
require (
88
github.com/fatih/color v1.17.0
99
github.com/grafana/dashboard-linter v0.0.0-20240619150053-99762cc1f90b
10-
github.com/prometheus/prometheus v0.53.0
10+
github.com/prometheus/prometheus v0.53.1
1111
)
1212

1313
require (
14-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
1514
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
16-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
17-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
1815
github.com/Masterminds/goutils v1.1.1 // indirect
1916
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2017
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
21-
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
22-
github.com/aws/aws-sdk-go v1.53.16 // indirect
23-
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
2418
github.com/edsrzf/mmap-go v1.1.0 // indirect
2519
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
2620
github.com/go-logr/logr v1.4.2 // indirect
2721
github.com/go-logr/stdr v1.2.2 // indirect
2822
github.com/gobuffalo/logger v1.0.7 // indirect
2923
github.com/gobuffalo/packd v1.0.2 // indirect
3024
github.com/gogo/protobuf v1.3.2 // indirect
31-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
32-
github.com/golang/snappy v0.0.4 // indirect
33-
github.com/google/go-cmp v0.6.0 // indirect
3425
github.com/google/uuid v1.6.0 // indirect
3526
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
3627
github.com/huandu/xstrings v1.3.3 // indirect
3728
github.com/imdario/mergo v0.3.16 // indirect
38-
github.com/jmespath/go-jmespath v0.4.0 // indirect
39-
github.com/jpillora/backoff v1.0.0 // indirect
4029
github.com/karrick/godirwalk v1.17.0 // indirect
41-
github.com/klauspost/compress v1.17.8 // indirect
42-
github.com/kylelemons/godebug v1.1.0 // indirect
4330
github.com/markbates/errx v1.1.0 // indirect
4431
github.com/markbates/oncer v1.0.0 // indirect
4532
github.com/markbates/safe v1.0.1 // indirect
4633
github.com/mattn/go-colorable v0.1.13 // indirect
4734
github.com/mattn/go-isatty v0.0.20 // indirect
4835
github.com/mitchellh/copystructure v1.2.0 // indirect
4936
github.com/mitchellh/reflectwalk v1.0.2 // indirect
50-
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
51-
github.com/oklog/ulid v1.3.1 // indirect
52-
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
53-
github.com/prometheus/common/sigv4 v0.1.0 // indirect
5437
github.com/rs/zerolog v1.33.0 // indirect
5538
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5639
github.com/shopspring/decimal v1.3.1 // indirect
@@ -60,16 +43,7 @@ require (
6043
go.opentelemetry.io/otel/metric v1.27.0 // indirect
6144
go.opentelemetry.io/otel/trace v1.27.0 // indirect
6245
golang.org/x/crypto v0.24.0 // indirect
63-
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
64-
golang.org/x/net v0.26.0 // indirect
65-
golang.org/x/oauth2 v0.21.0 // indirect
66-
golang.org/x/sync v0.7.0 // indirect
6746
golang.org/x/term v0.22.0 // indirect
68-
golang.org/x/time v0.5.0 // indirect
69-
k8s.io/apimachinery v0.30.3 // indirect
70-
k8s.io/client-go v0.29.3 // indirect
71-
k8s.io/klog/v2 v2.120.1 // indirect
72-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
7347
sigs.k8s.io/yaml v1.4.0 // indirect
7448
)
7549

@@ -94,7 +68,6 @@ require (
9468
github.com/spf13/cast v1.6.0 // indirect
9569
github.com/stretchr/testify v1.9.0
9670
go.uber.org/atomic v1.11.0 // indirect
97-
go.uber.org/goleak v1.3.0 // indirect
9871
golang.org/x/sys v0.22.0 // indirect
9972
golang.org/x/text v0.16.0 // indirect
10073
google.golang.org/protobuf v1.34.1 // indirect

0 commit comments

Comments
 (0)