mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 10:12:18 +00:00
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
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.8.1
|
|
github.com/robfig/cron v1.2.0
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-redis/redis/v8 v8.11.2 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/hibiken/asynq v0.24.0 // indirect
|
|
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
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/goleak v1.1.12 // 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/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|