echo-todos/go.mod
Alexilator 1d6fb15060
Some checks failed
Build Docker Image / build (push) Failing after 4m43s
cleanup and update
2025-01-30 22:58:27 +01:00

26 lines
739 B
Modula-2

module git.wittern.io/public/echo-todos
go 1.23
toolchain go1.23.5
require (
github.com/a-h/templ v0.3.819
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.13.3
github.com/mattn/go-sqlite3 v1.14.24
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // 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/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.9.0 // indirect
)