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

9 lines
292 B

6 years ago
module git.jonasfranz.software/mensabot
require (
5 years ago
github.com/bwmarrin/discordgo v0.19.0
6 years ago
github.com/kiliankoe/openmensa v0.0.0-20160914233745-a68c3aca59c0
5 years ago
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 // indirect
6 years ago
)