stonebot/go.mod

14 lines
379 B
Modula-2

module git.canopymc.net/Etzelia/stonebot
go 1.16
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/gorilla/websocket v1.4.2 // indirect
github.com/peterbourgon/ff/v3 v3.1.0
go.etcd.io/bbolt v1.3.6
go.jolheiser.com/beaver v1.1.2
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
)