15 lines
326 B
Modula-2
15 lines
326 B
Modula-2
module git.sharkk.net/Go/FastRouter
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
git.sharkk.net/Go/Assert v0.0.0-20250215225259-e80b22c45aa3
|
|
github.com/valyala/fasthttp v1.61.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|