garbagespeak.com/go.mod

40 lines
1.4 KiB
Modula-2
Raw Permalink Normal View History

2023-07-25 19:48:30 +00:00
module github.com/acaloiaro/garbage_speak
go 1.23
2023-07-25 19:48:30 +00:00
2023-07-25 20:32:04 +00:00
require (
github.com/acaloiaro/neoq v0.71.3
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
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
github.com/jackc/pgx-gofrs-uuid v0.0.0-20230224015001-1d428863c2e2
github.com/jackc/pgx/v5 v5.6.0
github.com/yuin/goldmark v1.5.5
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 (
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
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
github.com/jackc/puddle/v2 v2.2.1 // indirect
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
github.com/robfig/cron v1.2.0 // indirect
2023-07-25 19:48:30 +00:00
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/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
2023-07-25 19:48:30 +00:00
)