Skip to content

Commit 2680b20

Browse files
renovate[bot]ronaldpetty
authored andcommitted
fix(deps): update module github.com/prometheus/prometheus to v0.53.1 (k8sgpt-ai#1035)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
1 parent a2d659d commit 2680b20

File tree

2 files changed

+72
-62
lines changed

2 files changed

+72
-62
lines changed

go.mod

+12-11
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ require (
4444
github.com/kyverno/policy-reporter-kyverno-plugin v1.6.3
4545
github.com/olekukonko/tablewriter v0.0.5
4646
github.com/oracle/oci-go-sdk/v65 v65.65.1
47-
github.com/prometheus/prometheus v0.49.1
47+
github.com/prometheus/prometheus v0.53.1
4848
github.com/pterm/pterm v0.12.79
49-
google.golang.org/api v0.172.0
49+
google.golang.org/api v0.183.0
5050
gopkg.in/yaml.v2 v2.4.0
5151
sigs.k8s.io/controller-runtime v0.18.4
5252
sigs.k8s.io/gateway-api v1.0.0
@@ -56,12 +56,14 @@ require (
5656
atomicgo.dev/cursor v0.2.0 // indirect
5757
atomicgo.dev/keyboard v0.2.9 // indirect
5858
atomicgo.dev/schedule v0.1.0 // indirect
59-
cloud.google.com/go v0.112.1 // indirect
59+
cloud.google.com/go v0.114.0 // indirect
6060
cloud.google.com/go/ai v0.3.5-0.20240409161017-ce55ad694f21 // indirect
61-
cloud.google.com/go/aiplatform v1.60.0 // indirect
61+
cloud.google.com/go/aiplatform v1.67.0 // indirect
62+
cloud.google.com/go/auth v0.5.1 // indirect
63+
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
6264
cloud.google.com/go/compute/metadata v0.3.0 // indirect
63-
cloud.google.com/go/iam v1.1.7 // indirect
64-
cloud.google.com/go/longrunning v0.5.6 // indirect
65+
cloud.google.com/go/iam v1.1.8 // indirect
66+
cloud.google.com/go/longrunning v0.5.7 // indirect
6567
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
6668
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
6769
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
@@ -83,15 +85,14 @@ require (
8385
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
8486
github.com/google/s2a-go v0.1.7 // indirect
8587
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
86-
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
88+
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
8789
github.com/gookit/color v1.5.4 // indirect
8890
github.com/gorilla/websocket v1.5.2 // indirect
89-
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
91+
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
9092
github.com/jmespath/go-jmespath v0.4.0 // indirect
9193
github.com/jpillora/backoff v1.0.0 // indirect
9294
github.com/kylelemons/godebug v1.1.0 // indirect
9395
github.com/lithammer/fuzzysearch v1.1.8 // indirect
94-
github.com/moby/docker-image-spec v1.3.1 // indirect
9596
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
9697
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9798
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -107,8 +108,8 @@ require (
107108
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
108109
go.opentelemetry.io/otel/metric v1.27.0 // indirect
109110
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
110-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
111-
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
111+
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
112+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
112113
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
113114
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
114115
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)