2023-07-25 19:48:30 +00:00
|
|
|
module github.com/acaloiaro/garbage_speak
|
|
|
|
|
|
2026-07-05 13:07:23 +00:00
|
|
|
go 1.23
|
2023-07-25 19:48:30 +00:00
|
|
|
|
2023-07-25 20:32:04 +00:00
|
|
|
require (
|
2026-07-05 13:07:23 +00:00
|
|
|
github.com/acaloiaro/neoq v0.71.3
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/alexedwards/scs/pgxstore v0.0.0-20230327161757-10d4299e3b24
|
|
|
|
|
github.com/alexedwards/scs/v2 v2.5.1
|
2023-07-25 20:32:04 +00:00
|
|
|
github.com/georgysavva/scany/v2 v2.0.0
|
2023-07-29 14:06:30 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
|
|
|
github.com/go-chi/cors v1.2.1
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2023-07-25 20:32:04 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.16.2
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/jackc/pgx-gofrs-uuid v0.0.0-20230224015001-1d428863c2e2
|
2026-07-05 13:07:23 +00:00
|
|
|
github.com/jackc/pgx/v5 v5.6.0
|
2023-08-01 22:45:50 +00:00
|
|
|
github.com/yuin/goldmark v1.5.5
|
2026-07-05 13:07:23 +00:00
|
|
|
golang.org/x/crypto v0.31.0
|
|
|
|
|
golang.org/x/net v0.21.0
|
2023-07-25 20:32:04 +00:00
|
|
|
)
|
2023-07-25 19:48:30 +00:00
|
|
|
|
|
|
|
|
require (
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/gofrs/uuid/v5 v5.0.0 // indirect
|
|
|
|
|
github.com/guregu/null v4.0.0+incompatible // indirect
|
2023-07-25 19:48:30 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
2023-09-09 08:04:08 +00:00
|
|
|
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
|
2023-07-25 20:32:04 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
2026-07-05 13:07:23 +00:00
|
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/jsuar/go-cron-descriptor v0.1.0 // indirect
|
2023-07-25 19:48:30 +00:00
|
|
|
github.com/lib/pq v1.10.2 // indirect
|
2023-07-27 18:21:17 +00:00
|
|
|
github.com/robfig/cron v1.2.0 // indirect
|
2023-07-25 19:48:30 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2023-07-27 18:21:17 +00:00
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
2026-07-05 13:07:23 +00:00
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2023-07-25 19:48:30 +00:00
|
|
|
)
|