diff --git a/go.mod b/go.mod index af5c22f..11c5e09 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/dustinpianalto/disgoman go 1.14 require ( - github.com/bwmarrin/discordgo v0.20.2 + github.com/dustinpianalto/discordgo v0.0.1 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 )