You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mensabot/go.mod

8 lines
276 B

module git.jonasfranz.software/mensabot
require (
github.com/bwmarrin/discordgo v0.18.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/kiliankoe/openmensa v0.0.0-20160914233745-a68c3aca59c0
golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 // indirect
)