Discord bot for archival and curation of lore
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.

15 lines
485 B

module git.bitnuke.io/mfaltys/lorebot
go 1.17
require (
github.com/bwmarrin/discordgo v0.24.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/unixvoid/glogger v0.0.0-20160808141529-efa058094480 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/redis.v5 v5.2.9 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)