forked from Minecraft/canopeas
19 lines
551 B
Modula-2
19 lines
551 B
Modula-2
module go.etztech.xyz/sedbot
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.1
|
|
go.etcd.io/bbolt v1.3.4
|
|
go.etztech.xyz/falseknees v0.0.1
|
|
go.etztech.xyz/go-mcm v1.3.1
|
|
go.etztech.xyz/inspiro v0.0.0-20200606185551-edfdf9da2359
|
|
go.jolheiser.com/beaver v1.0.2
|
|
go.jolheiser.com/gojang v0.0.3
|
|
go.jolheiser.com/xkcd v0.0.1
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
|
|
)
|