Skip to content

Commit cfdf9d0

Browse files
build(deps): bump github.com/perses/plugins/prometheus
Bumps [github.com/perses/plugins/prometheus](https://github.com/perses/plugins) from 0.52.1 to 0.54.0. - [Release notes](https://github.com/perses/plugins/releases) - [Changelog](https://github.com/perses/plugins/blob/main/RELEASE.md) - [Commits](perses/plugins@tempo/v0.52.1...tempo/v0.54.0) --- updated-dependencies: - dependency-name: github.com/perses/plugins/prometheus dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 497478a commit cfdf9d0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rhobs/observability-operator
22

3-
go 1.24.4
3+
go 1.25.0
44

55
require (
66
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
@@ -34,8 +34,8 @@ require (
3434
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240404200104-96ed2d49b255
3535

3636
require (
37-
github.com/perses/perses v0.51.1
38-
github.com/perses/plugins/prometheus v0.52.1
37+
github.com/perses/perses v0.52.0
38+
github.com/perses/plugins/prometheus v0.54.0
3939
github.com/perses/plugins/table v0.0.0-20250709083656-34e29fed0083
4040
github.com/perses/plugins/timeserieschart v0.9.1
4141
github.com/rhobs/observability-operator/pkg/apis v0.0.0-20251009091129-76135c924ed6
@@ -120,7 +120,7 @@ require (
120120
github.com/novln/docker-parser v1.0.0 // indirect
121121
github.com/oklog/ulid v1.3.1 // indirect
122122
github.com/opencontainers/go-digest v1.0.0 // indirect
123-
github.com/perses/common v0.27.1-0.20250326140707-96e439b14e0e // indirect
123+
github.com/perses/common v0.28.0 // indirect
124124
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
125125
github.com/prometheus-community/prom-label-proxy v0.12.1 // indirect
126126
github.com/prometheus/alertmanager v0.28.1 // indirect
@@ -139,7 +139,7 @@ require (
139139
github.com/valyala/bytebufferpool v1.0.0 // indirect
140140
github.com/valyala/fasttemplate v1.2.2 // indirect
141141
github.com/x448/float16 v0.8.4 // indirect
142-
github.com/zitadel/oidc/v3 v3.38.1 // indirect
142+
github.com/zitadel/oidc/v3 v3.44.0 // indirect
143143
github.com/zitadel/schema v1.3.1 // indirect
144144
go.mongodb.org/mongo-driver v1.17.4 // indirect
145145
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7Lk
211211
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
212212
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
213213
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
214-
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
215-
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
214+
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
215+
github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
216216
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
217217
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
218218
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
@@ -380,12 +380,12 @@ github.com/operator-framework/operator-lib v0.18.0 h1:6OaWemt/CuyrjFMkLyk4O8Vj4C
380380
github.com/operator-framework/operator-lib v0.18.0/go.mod h1:EWS6xGYBcMn04wj81j0bluAYbFHl3cJcar++poQMzqE=
381381
github.com/ovh/go-ovh v1.9.0 h1:6K8VoL3BYjVV3In9tPJUdT7qMx9h0GExN9EXx1r2kKE=
382382
github.com/ovh/go-ovh v1.9.0/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c=
383-
github.com/perses/common v0.27.1-0.20250326140707-96e439b14e0e h1:AormqtWdtHdoQyGO90U1fRoElR0XQHmP0W9oJUsCOZY=
384-
github.com/perses/common v0.27.1-0.20250326140707-96e439b14e0e/go.mod h1:CMTbKu0uWCFKgo4oDVoT8GcMC0bKyDH4cNG3GVfi+rA=
385-
github.com/perses/perses v0.51.1 h1:3M/D0FHDMAofVLyVwQoADZL6b2L5MqeXdlIxgjfi7S0=
386-
github.com/perses/perses v0.51.1/go.mod h1:DrGiL+itTLl2mwEvNa0wGokELfZTsqOc3TEg+2B0uwY=
387-
github.com/perses/plugins/prometheus v0.52.1 h1:VzV+oAEXYQMw7eCYyVi6ZWhCyQY+4QMhpOK81LidB+k=
388-
github.com/perses/plugins/prometheus v0.52.1/go.mod h1:yloGFbZLSK6jSnW4A7wIb2NQQn6v/ryLgTC3Dw44EXc=
383+
github.com/perses/common v0.28.0 h1:XOqqEub54tuIRzVuR4kwwSYUDosGkTP8vYVbmvqhMkI=
384+
github.com/perses/common v0.28.0/go.mod h1:4iCXSVp7rN3NhvNpCXS4wuFKB057Ka5X2CJMfOE0Qf0=
385+
github.com/perses/perses v0.52.0 h1:pives1Ky15uGxBPqiggHabmnxH3S849Vse7qYGOgcig=
386+
github.com/perses/perses v0.52.0/go.mod h1:SFr0K7VyDh9U1nV0QxWMRt9z3h5S86Ypq/TFY18G4gw=
387+
github.com/perses/plugins/prometheus v0.54.0 h1:LP7T7nxlqUd4mmkwRMLNL8V3/AWIbLnyPXaCC3VkCCo=
388+
github.com/perses/plugins/prometheus v0.54.0/go.mod h1:d0JGjIVe1fughL0RcfY18qsWuhgG9PLMnpIFhMQez00=
389389
github.com/perses/plugins/table v0.0.0-20250709083656-34e29fed0083 h1:JB1BR9IYmChVv3bD1hOEyISV75VscQ7tHScD9Ue7reU=
390390
github.com/perses/plugins/table v0.0.0-20250709083656-34e29fed0083/go.mod h1:gmmyiOzCxX+ixPOtsy0S2Ufb+F7f7cK49dmaI5UxOzc=
391391
github.com/perses/plugins/timeserieschart v0.9.1 h1:ojfRdfdKvmJINcKn0At/LZh0h8WQpE7fo9Ge4kocTuQ=
@@ -491,8 +491,8 @@ github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
491491
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
492492
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
493493
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
494-
github.com/zitadel/oidc/v3 v3.38.1 h1:VTf1Bv/33UbSwJnIWbfEIdpUGYKfoHetuBNIqVTcjvA=
495-
github.com/zitadel/oidc/v3 v3.38.1/go.mod h1:muukzAasaWmn3vBwEVMglJfuTE0PKCvLJGombPwXIRw=
494+
github.com/zitadel/oidc/v3 v3.44.0 h1:wxpZm/VNQrWHGSB4Ld1rMcjpZvExHz+ikbNhzKyJOck=
495+
github.com/zitadel/oidc/v3 v3.44.0/go.mod h1:5ki8s9CWoB4iGmtULndiVxwM8xt7IylZIaudro7jEq4=
496496
github.com/zitadel/schema v1.3.1 h1:QT3kwiRIRXXLVAs6gCK/u044WmUVh6IlbLXUsn6yRQU=
497497
github.com/zitadel/schema v1.3.1/go.mod h1:071u7D2LQacy1HAN+YnMd/mx1qVE2isb0Mjeqg46xnU=
498498
go.mongodb.org/mongo-driver v1.17.4 h1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=

0 commit comments

Comments
 (0)