-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
28 lines (25 loc) · 953 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/ynoproject/ynoserver
go 1.22
require (
github.com/fasthttp/websocket v1.5.0
github.com/go-co-op/gocron v1.17.1
github.com/go-sql-driver/mysql v1.6.0
github.com/klauspost/compress v1.16.0
golang.org/x/crypto v0.27.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/Appboy/webpush-go v0.0.0-20221006204155-f206645c3cb7 // indirect
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/savsgio/gotils v0.0.0-20211223103454-d0aaa54c5899 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.33.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)