14 lines
445 B
Modula-2
14 lines
445 B
Modula-2
module git.pbiernat.dev/golang/ngkrok
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/inconshreveable/go-vhost v1.0.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/klauspost/compress v1.16.5 // indirect
|
|
github.com/progrium/qmux/golang v0.0.0-20210721211401-475935a675d8 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.46.0 // indirect
|
|
)
|