2020-06-09 13:04:44 +00:00
|
|
|
module go.etztech.xyz/sedbot
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-07-02 20:43:43 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.21.1
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2020-06-09 13:04:44 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-10-17 04:32:16 +00:00
|
|
|
go.etztech.xyz/go-mcm v1.3.1
|
2020-06-09 13:04:44 +00:00
|
|
|
go.etztech.xyz/inspiro v0.0.0-20200606185551-edfdf9da2359
|
|
|
|
go.jolheiser.com/beaver v1.0.2
|
2020-08-06 20:07:32 +00:00
|
|
|
go.jolheiser.com/gojang v0.0.2
|
2020-07-02 20:43:43 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
2020-06-09 13:04:44 +00:00
|
|
|
)
|