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
|
2023-12-31 16:12:20 -05:00
|
|
|
github.com/klauspost/compress v1.17.4
|
2024-04-16 21:01:24 -04:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-05-15 20:57:58 +02:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-12-28 19:58:54 -05:00
|
|
|
golang.org/x/crypto v0.16.0
|
|
|
|
)
|
2023-12-28 19:53:59 -05:00
|
|
|
|
2024-05-15 20:57:58 +02:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|