mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
49 lines
1.7 KiB
Modula-2
49 lines
1.7 KiB
Modula-2
module github.com/rjNemo/rentease
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.865
|
|
github.com/getsentry/sentry-go v0.32.0
|
|
github.com/getsentry/sentry-go/echo v0.32.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo-contrib v0.17.3
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/rjNemo/underscore v0.7.0
|
|
gorm.io/driver/postgres v1.5.11
|
|
gorm.io/gorm v1.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.4 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/openai/openai-go v0.1.0-beta.10
|
|
github.com/sethvargo/go-envconfig v1.3.0
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.37.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
)
|