mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-13 15:39:53 +01:00
26 lines
878 B
Modula-2
26 lines
878 B
Modula-2
module github.com/ultrasn0w/huso
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/allegro/bigcache/v3 v3.0.2
|
|
github.com/fasthttp/router v1.4.9
|
|
github.com/gookit/color v1.5.0
|
|
github.com/valyala/fasthttp v1.36.0
|
|
github.com/valyala/quicktemplate v1.7.0
|
|
github.com/xujiajun/nutsdb v0.8.0
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/bwmarrin/snowflake v0.3.0 // indirect
|
|
github.com/klauspost/compress v1.15.4 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220401102855-e56b59f40436 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
github.com/xujiajun/mmap-go v1.0.1 // indirect
|
|
github.com/xujiajun/utils v0.0.0-20190123093513-8bf096c4f53b // indirect
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
)
|