2020-06-09 13:04:44 +00:00
|
|
|
module go.etztech.xyz/sedbot
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/bwmarrin/discordgo v0.20.3
|
|
|
|
github.com/urfave/cli/v2 v2.2.0 // indirect
|
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-06-11 06:16:04 +00:00
|
|
|
go.etztech.xyz/go-mcm v1.3.0
|
2020-06-09 13:04:44 +00:00
|
|
|
go.etztech.xyz/inspiro v0.0.0-20200606185551-edfdf9da2359
|
|
|
|
go.jolheiser.com/beaver v1.0.2
|
|
|
|
)
|