23 lines
771 B
Modula-2
23 lines
771 B
Modula-2
module git.redstoneunion.de/MrGeorgen/RBU_account
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.13.2
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
github.com/dlclark/regexp2 v1.4.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/gorilla/csrf v1.7.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/zaddok/moodle v0.6.6
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|