2024-04-29 15:22:27 -04:00
|
|
|
module github.com/pagefaultgames/rogueserver
|
2023-11-30 13:04:27 -05:00
|
|
|
|
2024-02-21 15:33:38 -05:00
|
|
|
go 1.22
|
2023-12-28 19:53:59 -05:00
|
|
|
|
2023-12-28 19:58:54 -05:00
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.7.1
|
2024-04-16 21:01:24 -04:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-07-27 23:41:44 +01:00
|
|
|
golang.org/x/crypto v0.22.0
|
2023-12-28 19:58:54 -05:00
|
|
|
)
|
2023-12-28 19:53:59 -05:00
|
|
|
|
2024-08-15 18:50:57 -04:00
|
|
|
require (
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
|
|
github.com/klauspost/compress v1.17.9
|
|
|
|
)
|
2024-07-27 23:41:44 +01:00
|
|
|
|
2024-09-14 03:32:49 +01:00
|
|
|
require (
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
|
|
)
|