39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module pollo
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.3 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgtype v1.14.3 // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0
|
|
github.com/gorilla/sessions v1.3.0
|
|
github.com/jackc/pgx/v4 v4.18.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo-contrib v0.17.1
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/svix/svix-webhooks v1.24.0
|
|
golang.org/x/crypto v0.25.0
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|