28 lines
890 B
Modula-2
28 lines
890 B
Modula-2
module mhtml
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dave/jennifer v1.7.1
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
github.com/google/uuid v1.6.0
|
|
github.com/redis/go-redis/v9 v9.0.5
|
|
golang.org/x/net v0.21.0
|
|
golang.org/x/tools v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/klauspost/compress v1.17.7 // 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.52.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|