matthews-totw-backend/go.mod
Matthew Fisher 8bcf650e19 Initial commit
I know there is secrets idc.
2024-09-11 06:53:12 -05:00

13 lines
283 B
Modula-2

module main
go 1.22.2
require github.com/jackc/pgx/v5 v5.7.0
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)