Patch container CVEs: Next 14.2.35, Go 1.25 + pgx 5.10, alpine 3.22, npm stripped

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 22:10:38 -07:00
parent 4974780d89
commit ccacbe80c9
6 changed files with 371 additions and 228 deletions

View File

@@ -1,23 +1,21 @@
module github.com/scottyah/paragliding
go 1.24.0
toolchain go1.24.11
go 1.25.0
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/cors v1.2.2
github.com/jackc/pgx/v5 v5.8.0
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/jackc/pgx/v5 v5.10.0
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/time v0.14.0
)
require (
github.com/golang-migrate/migrate/v4 v4.19.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/lib/pq v1.10.9 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/time v0.14.0 // indirect
)