38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module git.janky.solutions/finn/go-project-template
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.11.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/jackc/pgx/v5 v5.7.1
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/pressly/goose/v3 v3.22.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
|
|
golang.org/x/oauth2 v0.23.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.0.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/puddle/v2 v2.2.2 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|