Add google authentication

This commit is contained in:
Achim Rohn
2025-07-27 18:25:39 +02:00
parent 728cf90236
commit d6a229c95f
9 changed files with 953 additions and 0 deletions
+15
View File
@@ -3,15 +3,30 @@ module ersteller-lib
go 1.24
require (
github.com/doug-martin/goqu/v9 v9.19.0
github.com/gorilla/sessions v1.4.0
github.com/jackc/pgx/v5 v5.7.5
github.com/labstack/echo/v4 v4.13.4
github.com/mattn/go-sqlite3 v1.14.29
golang.org/x/crypto v0.40.0
golang.org/x/oauth2 v0.30.0
maragu.dev/gomponents v1.1.0
maragu.dev/gomponents-htmx v0.6.1
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // 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/puddle/v2 v2.2.2 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
)