Skip to content

fix(deps): patch pgx and chi in sdk/go - #426

Merged
acamarata merged 1 commit into
mainfrom
fix/sdk-go-pgx-chi
Sep 14, 2026
Merged

acamarata merged 1 commit into
mainfrom
fix/sdk-go-pgx-chi

Conversation

@acamarata

Copy link
Copy Markdown
Collaborator

fix(deps): patch pgx and chi in sdk/go

github.com/jackc/pgx/v5   5.9.0 -> 5.9.2   (GO low)
github.com/go-chi/chi/v5  5.2.2 -> 5.2.4   (GO medium)

Both flagged by Dependabot against sdk/go/go.mod with a published fix. The root
module already carries newer versions of both; only the SDK module lagged.

go mod tidy also pulls golang.org/x/text 0.31.0 and golang.org/x/sys 0.38.0 as
a consequence of those two upgrades.

Verified: go build ./... clean. govulncheck ./... reports no findings against
either dependency — its remaining output on my machine is five Go standard
library advisories fixed in go1.26.6, which is an artifact of a local go1.26.2
toolchain, not of this module. CI pins go-version 1.26.6 and its Go Vulnerability
Check is green on main.

    github.com/jackc/pgx/v5   5.9.0 -> 5.9.2   (GO low)
    github.com/go-chi/chi/v5  5.2.2 -> 5.2.4   (GO medium)

Both flagged by Dependabot against sdk/go/go.mod with a published fix. The root
module already carries newer versions of both; only the SDK module lagged.

`go mod tidy` also pulls golang.org/x/text 0.31.0 and golang.org/x/sys 0.38.0 as
a consequence of those two upgrades.

Verified: `go build ./...` clean. `govulncheck ./...` reports no findings against
either dependency — its remaining output on my machine is five Go standard
library advisories fixed in go1.26.6, which is an artifact of a local go1.26.2
toolchain, not of this module. CI pins go-version 1.26.6 and its Go Vulnerability
Check is green on main.
@acamarata
acamarata merged commit e808b9f into main Sep 14, 2026
19 checks passed
@acamarata
acamarata deleted the fix/sdk-go-pgx-chi branch September 14, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant