discordmuffin/go.mod
Bruce Marriner dd99dea7ad Remove go1.13 from go.mod, bump version to v0.20.1
Go 1.13 was accidently added, this backs it back out.
I don't think there's really much impact from this but I would prefer it
not be in there for this release.
2019-10-18 11:23:41 -05:00

6 lines
143 B
Modula-2

module github.com/bwmarrin/discordgo
require (
github.com/gorilla/websocket v1.4.0
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
)