2020-06-09 13:04:44 +00:00
|
|
|
module go.etztech.xyz/sedbot
|
|
|
|
|
2021-02-22 18:27:49 +00:00
|
|
|
go 1.16
|
2020-06-09 13:04:44 +00:00
|
|
|
|
|
|
|
require (
|
2020-10-25 21:17:40 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.22.0
|
2021-02-22 18:27:49 +00:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2020-07-02 20:43:43 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2020-10-25 21:17:40 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2020-06-09 13:04:44 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2021-01-09 03:00:28 +00:00
|
|
|
go.etztech.xyz/falseknees v0.0.1
|
2020-10-17 04:32:16 +00:00
|
|
|
go.etztech.xyz/go-mcm v1.3.1
|
2021-02-22 18:27:49 +00:00
|
|
|
go.etztech.xyz/go-serverapi v0.0.3
|
2020-06-09 13:04:44 +00:00
|
|
|
go.etztech.xyz/inspiro v0.0.0-20200606185551-edfdf9da2359
|
|
|
|
go.jolheiser.com/beaver v1.0.2
|
2021-01-20 21:26:11 +00:00
|
|
|
go.jolheiser.com/gojang v0.0.3
|
2021-01-09 03:00:28 +00:00
|
|
|
go.jolheiser.com/xkcd v0.0.1
|
2020-10-25 21:17:40 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
|
2020-06-09 13:04:44 +00:00
|
|
|
)
|