mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module github.com/acaloiaro/garbage_speak
|
|
|
|
go 1.20
|
|
|
|
replace github.com/acaloiaro/neoq v0.17.0 => /home/adriano/git/neoq
|
|
|
|
require (
|
|
github.com/acaloiaro/neoq v0.17.0
|
|
github.com/alexedwards/scs/pgxstore v0.0.0-20230327161757-10d4299e3b24
|
|
github.com/alexedwards/scs/v2 v2.5.1
|
|
github.com/georgysavva/scany/v2 v2.0.0
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.16.2
|
|
github.com/jackc/pgx-gofrs-uuid v0.0.0-20230224015001-1d428863c2e2
|
|
github.com/jackc/pgx/v5 v5.4.2
|
|
golang.org/x/crypto v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.10 // indirect
|
|
github.com/go-chi/cors v1.2.1 // indirect
|
|
github.com/gofrs/uuid/v5 v5.0.0 // indirect
|
|
github.com/guregu/null v4.0.0+incompatible // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/iancoleman/strcase v0.2.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/jsuar/go-cron-descriptor v0.1.0 // indirect
|
|
github.com/lib/pq v1.10.2 // indirect
|
|
github.com/robfig/cron v1.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/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
)
|