mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
25 lines
840 B
Modula-2
25 lines
840 B
Modula-2
module github.com/acaloiaro/neoq
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/guregu/null v4.0.0+incompatible
|
|
github.com/jackc/pgx/v5 v5.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
)
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/puddle/v2 v2.1.2 // indirect
|
|
github.com/jsuar/go-cron-descriptor v0.1.0 // indirect
|
|
github.com/robfig/cron v1.2.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.5.0 // indirect
|
|
go.uber.org/zap v1.15.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
|
|
)
|