Files
kouiz/go.mod
2025-06-15 23:22:54 +02:00

59 lines
2.2 KiB
Modula-2

module forge.cadoles.com/wpetit/kouiz
go 1.24.1
toolchain go1.24.3
require (
github.com/a-h/templ v0.3.833
github.com/bornholm/genai v0.0.0-20250522134458-696e8771bb84
github.com/caarlos0/env/v11 v11.3.1
github.com/gabriel-vasile/mimetype v1.4.7
github.com/glebarez/sqlite v1.11.0
github.com/gorilla/sessions v1.1.1
github.com/markbates/goth v1.80.0
github.com/pkg/errors v0.9.1
github.com/samber/slog-http v1.4.4
github.com/yuin/goldmark v1.7.8
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.30.0
)
require (
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/RealAlexandreAI/json-repair v0.0.14 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.21.2 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/openai/openai-go v0.1.0-beta.10 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/revrost/go-openrouter v0.0.0-20250414052218-c9123df8a97e // 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
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gorm.io/driver/mysql v1.5.6 // indirect
modernc.org/libc v1.22.5 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/sqlite v1.23.1 // indirect
)