mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-13 12:29:53 +01:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/ultrasn0w/huso
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/allegro/bigcache/v3 v3.0.2
|
|
github.com/bwmarrin/discordgo v0.25.0
|
|
github.com/fasthttp/router v1.4.11
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gookit/color v1.5.1
|
|
github.com/klauspost/compress v1.15.9
|
|
github.com/valyala/fasthttp v1.38.0
|
|
github.com/valyala/quicktemplate v1.7.0
|
|
github.com/xujiajun/nutsdb v0.9.0
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/bwmarrin/snowflake v0.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // 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/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
|
|
)
|