mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 18:29:12 +00:00
27 lines
833 B
Modula-2
27 lines
833 B
Modula-2
module github.com/acaloiaro/frm
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.819
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/go-chi/httplog/v2 v2.1.1
|
|
github.com/golang-migrate/migrate/v4 v4.18.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.7.1
|
|
)
|
|
|
|
require (
|
|
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-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/tools v0.29.0 // indirect
|
|
)
|