27 lines
747 B
Modula-2
27 lines
747 B
Modula-2
module github.com/a-h/templ/examples/integration-gofiber
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.747
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.55.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|
|
|
|
replace github.com/a-h/templ => ../../
|