f9e53c367a
This reverts commit 4c892c5828.
54 lines
2.0 KiB
Modula-2
54 lines
2.0 KiB
Modula-2
module ersteller-lib/starter
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
entgo.io/ent v0.14.5
|
|
ersteller-lib v0.0.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/oauth2 v0.30.0
|
|
maragu.dev/gomponents v1.2.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 // indirect
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/bmatcuk/doublestar v1.3.4 // indirect
|
|
github.com/go-chi/chi/v5 v5.1.0 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.18.1 // 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.6 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/labstack/echo/v4 v4.13.4 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/markbates/goth v1.81.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.32 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/zclconf/go-cty v1.14.4 // indirect
|
|
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
|
|
golang.org/x/crypto v0.42.0 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
maragu.dev/gomponents-htmx v0.6.1 // indirect
|
|
)
|
|
|
|
replace ersteller-lib => ..
|