garbagespeak.com/go.mod

25 lines
847 B
Modula-2

module github.com/acaloiaro/garbage_speak
go 1.20
require (
github.com/georgysavva/scany/v2 v2.0.0
github.com/golang-migrate/migrate/v4 v4.16.2
github.com/jackc/pgx/v5 v5.4.2
)
require (
github.com/alexedwards/scs/pgxstore v0.0.0-20230327161757-10d4299e3b24 // indirect
github.com/alexedwards/scs/v2 v2.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // 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/lib/pq v1.10.2 // indirect
github.com/stretchr/objx v0.5.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/text v0.9.0 // indirect
)