14 lines
316 B
Modula-2
14 lines
316 B
Modula-2
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
|
|
go.etztech.xyz/go-mcm v1.3.0
|
|
go.etztech.xyz/inspiro v0.0.0-20200606185551-edfdf9da2359
|
|
go.jolheiser.com/beaver v1.0.2
|
|
)
|