2026-09-22 14:17:55 +07:00

15 lines
291 B
Modula-2

module 5803025029/w04
go 1.26.6
require (
github.com/jackc/pgx/v5 v5.11.0
github.com/joho/godotenv v1.5.1
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
golang.org/x/text v0.29.0 // indirect
)