mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
25 lines
748 B
Modula-2
25 lines
748 B
Modula-2
module github.com/acaloiaro/neoq
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/guregu/null v4.0.0+incompatible
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/jackc/pgx/v5 v5.3.0
|
|
github.com/jsuar/go-cron-descriptor v0.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron v1.2.0
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
)
|