24 lines
638 B
Modula-2
24 lines
638 B
Modula-2
module go.b0esche.cloud/backend
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.17.0
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/golang-jwt/jwt/v4 v4.5.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/oauth2 v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.1.3 // 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
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
)
|