Init nagato

This commit is contained in:
daru
2021-10-17 12:36:43 +02:00
parent b72711c052
commit b90802ff94
6 changed files with 308 additions and 1 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
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
)