forked from Minecraft/canopeas
21 lines
708 B
Modula-2
21 lines
708 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.23.3-0.20220223175904-4cc53b7ed45c
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
github.com/dghubble/oauth1 v0.7.0
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/matryer/is v1.4.0 // indirect
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/rs/zerolog v1.26.1
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/sys v0.0.0-20220224003255-dbe011f71a99 // indirect
|
|
)
|