2024-01-26 17:11:42 -05:00
|
|
|
module isl-api
|
|
|
|
|
|
|
|
|
|
go 1.21.6
|
|
|
|
|
|
|
|
|
|
require (
|
2024-01-28 13:57:25 -05:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-01-26 17:11:42 -05:00
|
|
|
github.com/jackc/pgconn v1.14.1
|
|
|
|
|
github.com/jackc/pgtype v1.14.1
|
|
|
|
|
github.com/jackc/pgx/v4 v4.18.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
2024-01-28 13:57:25 -05:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
2024-01-26 17:11:42 -05:00
|
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
|
|
|
|
)
|