forked from Minecraft/canopeas
18 lines
503 B
Modula-2
18 lines
503 B
Modula-2
module git.jojodev.com/Minecraft/canopeas
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.jojodev.com/Minecraft/go-mcm v0.0.1
|
|
git.jojodev.com/Minecraft/go-serverapi v0.0.1
|
|
gitea.com/jolheiser/gojang v0.0.7
|
|
gitea.com/jolheiser/xkcd v0.0.2
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
github.com/dghubble/oauth1 v0.7.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/rs/zerolog v1.26.1
|
|
go.etcd.io/bbolt v1.3.4
|
|
)
|