mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
22 lines
706 B
Modula-2
22 lines
706 B
Modula-2
module github.com/acaloiaro/neoq
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/guregu/null v4.0.0+incompatible
|
|
github.com/jackc/pgconn v1.13.0
|
|
github.com/jackc/pgx/v5 v5.2.0
|
|
)
|
|
|
|
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.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/puddle/v2 v2.1.2 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
|
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|