mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
27 lines
663 B
Modula-2
27 lines
663 B
Modula-2
module github.com/pagefaultgames/rogueserver
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/crypto v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
golang.org/x/oauth2 v0.17.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/sessions v1.2.2
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/markbates/goth v1.79.0
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|