Trong Huu Nguyen
8774f4dfab
build(deps): update direct dependencies
...
- lestrrat-go/jwx/v3 v3.1.0 -> v3.1.1 (security hardening)
- redis/go-redis/v9 v9.18.0 -> v9.19.0 (bug fixes)
- riandyrn/otelchi v0.12.2 -> v0.12.3 (metrics fixes)
- golang.org/x/crypto v0.50.0 -> v0.51.0
- nais/liberator pseudo-version bump
2026-05-11 08:52:38 +02:00
Trong Huu Nguyen
48a65a800d
build: go 1.26.3
2026-05-08 09:00:59 +02:00
Trong Huu Nguyen
66d734358d
refactor: use errgroup for coordinated server lifecycle
...
Move metrics and probe listeners from main.go into server.go and
manage all servers with errgroup. This replaces log.Fatalf goroutines
with proper error propagation and ties all server lifetimes together
so a failure in any listener triggers graceful shutdown of the others.
2026-05-08 07:49:17 +02:00
Trong Huu Nguyen
1c39244d6e
build(deps): bump various dependencies
2026-04-27 09:27:38 +02:00
Trong Huu Nguyen
b7b5f2e74e
build: go 1.26.2
2026-04-08 08:36:58 +02:00
Trong Huu Nguyen
0572c16770
build(deps): go mod tidy
2026-04-07 10:09:57 +02:00
Trong Huu Nguyen
d10d860ba4
build(deps): bump various dependencies
...
- go.opentelemetry.io/otel (and sub-packages): v1.42.0 -> v1.43.0
- github.com/lestrrat-go/httprc/v3: v3.0.4 -> v3.0.5
- github.com/nais/liberator: 20260305 -> 20260319
2026-04-07 08:39:37 +02:00
dependabot[bot]
90984d4664
build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 ( #463 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.79.2 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.2...v1.79.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-19 09:47:01 +01:00
Trong Huu Nguyen
77b3e42198
build(deps): golang.org/x/crypto@v0.49.0
2026-03-18 08:39:13 +01:00
Trong Huu Nguyen
8fba8ec5eb
build(deps): bump various dependencies
2026-03-10 08:33:50 +01:00
Trong Huu Nguyen
86a0a79969
build: go 1.26.1
2026-03-10 08:24:32 +01:00
dependabot[bot]
fc86087153
build(deps): bump github.com/docker/cli ( #457 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 28.3.0+incompatible to 29.2.0+incompatible.
- [Commits](https://github.com/docker/cli/compare/v28.3.0...v29.2.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-version: 29.2.0+incompatible
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 08:22:36 +01:00
Trong Huu Nguyen
99b3154e28
build(deps): bump liberator, go-redis@v9.18.0, opentelemetry@v1.41.0
2026-03-03 08:50:55 +01:00
Trong Huu Nguyen
148cd9d8e1
build: go 1.26
2026-03-03 08:22:12 +01:00
Trong Huu Nguyen
dd200bb934
build(deps): golang.org/x/oauth2@v0.35.0
2026-02-10 09:00:08 +01:00
Trong Huu Nguyen
792504632e
build(deps): golang.org/x/crypto@v0.48.0
2026-02-10 08:59:44 +01:00
Trong Huu Nguyen
d82186481c
build(deps): otel@v1.40.0
2026-02-10 08:59:18 +01:00
Trong Huu Nguyen
abe5e865b0
build(deps): go-redis@v9.17.3
2026-02-10 08:57:09 +01:00
Trong Huu Nguyen
4c812834c1
build(deps): github.com/nais/liberator@v0.0.0-20260202145950-a4e1bb21dc00
2026-02-10 08:56:26 +01:00
Trong Huu Nguyen
99a5f2e093
build(deps): github.com/lestrrat-go/httprc@v3.0.4
2026-02-10 08:55:43 +01:00
Trong Huu Nguyen
c49b23db5b
build(deps): github.com/go-chi/chi@v5.2.5
2026-02-10 08:55:21 +01:00
Trong Huu Nguyen
af7aaea681
build(deps): github.com/bmatcuk/doublestar@v4.10.0
2026-02-10 08:54:51 +01:00
Trong Huu Nguyen
e449117df8
build(deps): github.com/alicebob/miniredis@v2.36.1
2026-02-10 08:54:32 +01:00
Trong Huu Nguyen
9bf497ed14
build: go 1.25.7
2026-02-10 08:52:20 +01:00
Trong Huu Nguyen
b730247c9e
build(deps): bump various dependencies
2026-01-21 14:56:09 +01:00
Trong Huu Nguyen
af0dfaa74c
build: go 1.25.6
2026-01-16 08:52:14 +01:00
dependabot[bot]
70dc04cc53
build(deps): bump github.com/lestrrat-go/httprc/v3 from 3.0.2 to 3.0.3 ( #447 )
...
Bumps [github.com/lestrrat-go/httprc/v3](https://github.com/lestrrat-go/httprc ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/lestrrat-go/httprc/blob/v3/Changes )
- [Commits](https://github.com/lestrrat-go/httprc/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/httprc/v3
dependency-version: 3.0.3
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>
2026-01-05 08:04:04 +00:00
dependabot[bot]
cc3308e45b
build(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 ( #446 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.45.0 to 0.46.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.46.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 08:29:42 +00:00
dependabot[bot]
2bfff13831
build(deps): bump the otel group with 5 updates ( #445 )
...
Bumps the otel group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib ) | `0.63.0` | `0.64.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go ) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go ) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) | `1.38.0` | `1.39.0` |
Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.63.0 to 0.64.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](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.63.0...zpages/v0.64.0 )
Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0 )
Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0 )
Updates `go.opentelemetry.io/otel/sdk` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0 )
Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-version: 0.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: otel
- dependency-name: go.opentelemetry.io/otel
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: otel
- dependency-name: go.opentelemetry.io/otel/trace
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: otel
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 08:04:09 +00:00
dependabot[bot]
315c06e3fc
build(deps): bump github.com/lestrrat-go/httprc/v3 from 3.0.1 to 3.0.2 ( #444 )
...
Bumps [github.com/lestrrat-go/httprc/v3](https://github.com/lestrrat-go/httprc ) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/lestrrat-go/httprc/blob/v3/Changes )
- [Commits](https://github.com/lestrrat-go/httprc/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/httprc/v3
dependency-version: 3.0.2
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>
2025-12-15 08:07:26 +00:00
dependabot[bot]
72583bb024
build(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 ( #443 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.33.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 08:04:11 +00:00
Trong Huu Nguyen
1f6edbe921
build(deps): bump go-redis to v9.17.2
2025-12-03 14:01:00 +01:00
Trong Huu Nguyen
1bcd5fbaaf
build: go 1.25.5
2025-12-03 13:54:14 +01:00
Trong Huu Nguyen
a1ec295e63
build: use ratchet and mise
2025-12-03 13:54:14 +01:00
Trong Huu Nguyen
d930b2e532
build: bump go-redis, liberator, and actions
2025-12-03 13:54:08 +01:00
dependabot[bot]
2d3a18b4c7
build(deps): bump the redis group with 3 updates ( #442 )
...
Bumps the redis group with 3 updates: [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis ), [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis ) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ).
Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.17.0 to 9.17.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1 )
Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.17.0 to 9.17.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1 )
Updates `github.com/redis/go-redis/v9` from 9.17.0 to 9.17.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/extra/redisotel/v9
dependency-version: 9.17.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: redis
- dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9
dependency-version: 9.17.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: redis
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: redis
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 08:53:37 +00:00
dependabot[bot]
05445851ad
build(deps): bump the redis group with 3 updates ( #440 )
...
Bumps the redis group with 3 updates: [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis ), [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis ) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ).
Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.16.0...v9.17.0 )
Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.16.0...v9.17.0 )
Updates `github.com/redis/go-redis/v9` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.16.0...v9.17.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/extra/redisotel/v9
dependency-version: 9.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9
dependency-version: 9.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 08:05:37 +00:00
dependabot[bot]
638492d0a7
build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 ( #439 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.44.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 03:17:17 +00:00
dependabot[bot]
66c397d29e
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0 ( #438 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.43.0 to 0.44.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 08:04:30 +00:00
dependabot[bot]
8d123baec7
build(deps): bump the redis group with 3 updates ( #436 )
...
Bumps the redis group with 3 updates: [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis ), [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis ) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ).
Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.14.1 to 9.16.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.1...v9.16.0 )
Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.14.1 to 9.16.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.1...v9.16.0 )
Updates `github.com/redis/go-redis/v9` from 9.14.1 to 9.16.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.1...v9.16.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/extra/redisotel/v9
dependency-version: 9.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9
dependency-version: 9.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 08:09:33 +00:00
dependabot[bot]
7e8b3598d9
build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 ( #437 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 08:04:40 +00:00
dependabot[bot]
9edb47a5bf
build(deps): bump github.com/KimMachineGun/automemlimit ( #435 )
...
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit ) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases )
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.7.4...v0.7.5 )
---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
dependency-version: 0.7.5
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>
2025-10-27 08:20:05 +00:00
Trong Huu Nguyen
97f29ffcb0
build(deps): bump liberator
2025-10-22 08:33:29 +02:00
Trong Huu Nguyen
b435d4de7e
build(deps): bump redis/go-redis group to v9.14.1
2025-10-22 08:29:31 +02:00
Trong Huu Nguyen
6b956e4edc
build(deps): bump github.com/lestrrat-go/jwx/v3 to v3.0.12
2025-10-22 08:28:51 +02:00
Trong Huu Nguyen
b0d04a1a78
Revert "build(deps): bump the redis group with 3 updates ( #429 )"
...
This reverts commit c017b6326d .
This was apparently an accidental release that also breaks builds for
Windows environments.
2025-10-22 08:26:03 +02:00
Trong Huu Nguyen
a21f9d5dd9
build: go 1.25.3
2025-10-14 18:47:51 +02:00
dependabot[bot]
ac5bf3016e
build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 ( #431 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 07:24:20 +00:00
dependabot[bot]
2ed48ba1c8
build(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 ( #432 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.42.0 to 0.43.0.
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.43.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 07:10:10 +00:00
dependabot[bot]
c017b6326d
build(deps): bump the redis group with 3 updates ( #429 )
...
Bumps the redis group with 3 updates: [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis ), [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis ) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ).
Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.14.0 to 9.15.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.0...v9.15.1 )
Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.14.0 to 9.15.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.0...v9.15.1 )
Updates `github.com/redis/go-redis/v9` from 9.14.0 to 9.15.1
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.0...v9.15.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/extra/redisotel/v9
dependency-version: 9.15.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9
dependency-version: 9.15.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.15.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: redis
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 09:02:43 +00:00