15 lines
432 B
Modula-2
15 lines
432 B
Modula-2
module nagato
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
|
github.com/gookit/color v1.4.2
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.31.0
|
|
github.com/valyala/fastjson v1.6.3
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
|
|
)
|