argoyle f4d619077b
dancefinder / check (pull_request) Successful in 1m52s
dancefinder / build (pull_request) Successful in 11m31s
dancefinder / deploy-prod (pull_request) Has been skipped
fix(deps): bump eventsourced/pg to v2.0.2, eventsourced to v1.23.0
pg v1.19.0+ auto-runs an idempotency migration whose partial index used a
non-IMMUTABLE now() predicate, which Postgres rejects at creation. That
failed pg.New() at startup and crash-looped the service (silently, exit 0).

The fix landed in the pg v2 line, but v2.0.0/v2.0.1 were unconsumable (go.mod
module path lacked the required /v2 suffix). v2.0.2 corrects the module path,
so this bumps to:

  - gitlab.com/unboundsoftware/eventsourced/pg/v2 v2.0.2
  - gitlab.com/unboundsoftware/eventsourced/eventsourced v1.23.0 (required by pg/v2)

Only the import path changes (.../pg -> .../pg/v2); the package is still `pg`
and no call sites change. Build, vet and the full test suite pass.
2026-05-25 22:10:20 +02:00
2020-01-17 11:41:06 +01:00
2021-09-22 06:41:47 +02:00
S
Description
No description provided
3.3 MiB
Languages
Go 99.5%
Dockerfile 0.5%