-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Note: This is a dependency/maintenance issue, not a runtime bug.
Currently, ory/hydra relies on ory/popwhich pulls in github.com/jackc/pgconn and github.com/jackc/pgproto3/v2 as transitive dependencies.
Both of these jackc packages have reached their End-of-Life on July 1, 2025.
In the newer versions of the jackc ecosystem, pgconn has been merged directly into the main pgx repository (github.com/jackc/pgx/v5/pgconn).
To ensure long-term stability and security, the dependency chain should be migrated to use github.com/jackc/pgx/v5.
Reproducing the bug
You can verify the presence of the deprecated packages by inspecting the Go module dependencies.
Run the following commands in the root of the hydra repository:
go mod why github.com/jackc/pgconn
go mod why github.com/jackc/pgproto3/v2Relevant log output
Relevant configuration
Version
v26.2.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.