Skip to content

feat: Improve Coraza metrics#1809

Closed
gofurry wants to merge 3307 commits into
gofiber:mainfrom
gofurry:pr/coraza-optimizations
Closed

feat: Improve Coraza metrics#1809
gofurry wants to merge 3307 commits into
gofiber:mainfrom
gofurry:pr/coraza-optimizations

Conversation

@gofurry
Copy link
Copy Markdown

@gofurry gofurry commented Apr 14, 2026

This PR refines the Coraza middleware in two areas:

  • replace lifetime average latency with recent EWMA-based metrics
  • improve README security guidance

Changes

  • keep cumulative TotalRequests, BlockedRequests, and BlockRate
  • add RecentLatencyMs and RecentBlockRate
  • remove AvgLatencyMs
  • update the default metrics collector and related tests
  • update the README to:
    • avoid returning rule_id in the example block handler
    • add reverse proxy / trusted proxy notes for c.IP() / REMOTE_ADDR
  • upgrade github.com/corazawaf/coraza/v3 from v3.5.0 to v3.7.0; Coraza may introduce broader CRS LTS/default-ruleset or API-related changes in future releases, but this update has been validated against the current middleware implementation

Summary by CodeRabbit

  • New Features

    • Added a Coraza middleware option with CI workflow status badge.
  • Documentation

    • Clarified metrics descriptions and added guidance to avoid exposing rule identifiers.
    • Added reverse-proxy / trusted-proxy notes for correct client IP handling.
  • Improvements

    • Replaced separate metric calls with a single observe API and introduced EWMA trend metrics (RecentLatencyMs, RecentBlockRate).
  • Bug Fixes

    • Ensures previous WAF instances are closed on init/reload to improve stability.

Copilot AI and others added 30 commits February 28, 2026 14:42
…or jwt, paseto, newrelic, and sentry

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
docs: update middleware README signatures and add PassLocalsToContext examples
…eto, newrelic, sentry

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
…alias

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
…n for FromContext

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
fix: Use FromContext(any) for multi-context retrieval in paseto, newrelic, and sentry
…s with 10 updates

Bumps the opentelemetry-modules group with 2 updates in the /v3/newrelic directory: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go).
Bumps the opentelemetry-modules group with 4 updates in the /v3/otel directory: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/contrib](https://github.com/open-telemetry/opentelemetry-go-contrib) and [go.opentelemetry.io/contrib/propagators/b3](https://github.com/open-telemetry/opentelemetry-go-contrib).
Bumps the opentelemetry-modules group with 4 updates in the /v3/otel/example directory: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/contrib](https://github.com/open-telemetry/opentelemetry-go-contrib), [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go).
Bumps the opentelemetry-modules group with 3 updates in the /v3/testcontainers directory: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) and [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go).


Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/contrib` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/contrib/propagators/b3` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/contrib` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.65.0 to 0.66.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.65.0...zpages/v0.66.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/contrib
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/contrib/propagators/b3
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/contrib
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.66.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…1 update

Bumps the shirou-modules group with 1 update in the /v3/monitor directory: [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil).
Bumps the shirou-modules group with 1 update in the /v3/testcontainers directory: [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil).


Updates `github.com/shirou/gopsutil/v4` from 4.26.1 to 4.26.2
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.26.1...v4.26.2)

Updates `github.com/shirou/gopsutil/v4` from 4.26.1 to 4.26.2
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.26.1...v4.26.2)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shirou-modules
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: shirou-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
… 11 updates

Bumps the openapi-modules group with 8 updates in the /v3/swaggerui directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.4` | `0.22.5` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.4` | `0.21.5` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |

Bumps the openapi-modules group with 6 updates in the /v3/swaggo directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.4` | `0.22.5` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.4` | `0.21.5` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |



Updates `github.com/go-openapi/jsonpointer` from 0.22.4 to 0.22.5
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.22.4...v0.22.5)

Updates `github.com/go-openapi/jsonreference` from 0.21.4 to 0.21.5
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v0.21.4...v0.21.5)

Updates `github.com/go-openapi/swag/conv` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/fileutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/jsonname` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/loading` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/mangling` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/stringutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/typeutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/yamlutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/jsonpointer` from 0.22.4 to 0.22.5
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.22.4...v0.22.5)

Updates `github.com/go-openapi/jsonreference` from 0.21.4 to 0.21.5
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v0.21.4...v0.21.5)

Updates `github.com/go-openapi/swag/conv` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/jsonname` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/loading` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/stringutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/typeutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/swag/yamlutils` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: openapi-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…/newrelic/opentelemetry-modules-9222bd6f27

build(deps): bump the opentelemetry-modules group across 4 directories with 10 updates
…/monitor/shirou-modules-e85872fdf8

build(deps): bump the shirou-modules group across 2 directories with 1 update
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.20.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…/swaggerui/openapi-modules-2c3a3b47f6

build(deps): bump the openapi-modules group across 2 directories with 11 updates
…/opa/github.com/prometheus/procfs-0.20.1

build(deps): bump github.com/prometheus/procfs from 0.20.0 to 0.20.1 in /v3/opa
…lues

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
… string usage

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
@ReneWerner87
Copy link
Copy Markdown
Member

@gofurry pls check the review hints

PhlexTheCharr and others added 22 commits April 15, 2026 21:02
… 9 updates

Bumps the openapi-modules group with 7 updates in the /v3/swaggerui directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |

Bumps the openapi-modules group with 5 updates in the /v3/swaggo directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` |



Updates `github.com/go-openapi/swag/conv` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/fileutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/jsonname` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/loading` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/mangling` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/stringutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/typeutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/yamlutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/conv` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/jsonname` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/loading` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/stringutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/typeutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

Updates `github.com/go-openapi/swag/yamlutils` from 0.25.5 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.5...v0.26.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…/swaggerui/openapi-modules-0c182f96f5

build(deps): bump the openapi-modules group across 2 directories with 9 updates
… 1 update

Bumps the openapi-modules group with 1 update in the /v3/swaggerui directory: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer).
Bumps the openapi-modules group with 1 update in the /v3/swaggo directory: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer).


Updates `github.com/go-openapi/jsonpointer` from 0.22.5 to 0.23.0
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.22.5...v0.23.0)

Updates `github.com/go-openapi/jsonpointer` from 0.22.5 to 0.23.0
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.22.5...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: openapi-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.43.1 to 3.43.2.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](newrelic/go-agent@v3.43.1...v3.43.2)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3
  dependency-version: 3.43.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/docker/go-connections](https://github.com/docker/go-connections) from 0.6.0 to 0.7.0.
- [Commits](docker/go-connections@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/swaggerui/openapi-modules-4f1e947e4a

build(deps): bump the openapi-modules group across 2 directories with 1 update
…/newrelic/github.com/newrelic/go-agent/v3-3.43.2

build(deps): bump github.com/newrelic/go-agent/v3 from 3.43.1 to 3.43.2 in /v3/newrelic
…with 1 update

Bumps the fiber-utils-modules group with 1 update in the /v3/sentry directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/socketio directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/swaggerui directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/swaggo directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/testcontainers directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/websocket directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/zap directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/zerolog directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).


Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…with 1 update

Bumps the fiber-utils-modules group with 1 update in the /v3/casbin directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/circuitbreaker directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/coraza directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/fgprof directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/hcaptcha directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/i18n directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/jwt directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/loadshed directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).


Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…with 1 update

Bumps the fiber-utils-modules group with 1 update in the /v3/monitor directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/newrelic directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/opa directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/otel directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/otel/example directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the fiber-utils-modules group with 1 update in the /v3/paseto directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).


Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

Updates `github.com/gofiber/utils/v2` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](gofiber/utils@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fiber-utils-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
…/sentry/fiber-utils-modules-d295b3f453

build(deps): bump the fiber-utils-modules group across 8 directories with 1 update
…/monitor/fiber-utils-modules-6fbbb6044e

build(deps): bump the fiber-utils-modules group across 6 directories with 1 update
…/casbin/fiber-utils-modules-d295b3f453

build(deps): bump the fiber-utils-modules group across 8 directories with 1 update
…/testcontainers/github.com/docker/go-connections-0.7.0

build(deps): bump github.com/docker/go-connections from 0.6.0 to 0.7.0 in /v3/testcontainers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Dependencies 📒 Documentation Improvements or additions to documentation ✏️ Feature New feature or request 🧹 Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants