2024-09-13 17:08:15 +00:00
|
|
|
module github.com/maddalax/mhtml/framework
|
|
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/dave/jennifer v1.7.1
|
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
|
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
|
|
|
golang.org/x/net v0.29.0
|
|
|
|
|
golang.org/x/tools v0.25.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
|
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
|
|
|
github.com/klauspost/compress v1.17.0 // 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.2.0 // indirect
|
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2024-09-13 18:29:02 +00:00
|
|
|
golang.org/x/mod v0.21.0 // indirect
|
2024-09-13 17:08:15 +00:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
|
)
|