diff --git a/go.mod b/go.mod index 3e0c52a..3ded6e2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/bwmarrin/discordgo v0.27.1 - github.com/elliotwms/bot v0.3.14 + github.com/elliotwms/bot v0.3.15 github.com/elliotwms/fakediscord v0.12.12 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 5c6f8ff..93f5c23 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/elliotwms/bot v0.3.14 h1:di3ASMwartK50T8MTjuv1qdfx351q2vM/C//2gMo5uU= -github.com/elliotwms/bot v0.3.14/go.mod h1:4YvPBUI+Do++expdVu6cH6EPmavUsPy6qitytEKVj70= +github.com/elliotwms/bot v0.3.15 h1:ja2JuNSUlnBl7VtXo8NLR4uQ81jDGuZy+Ira6bND/FU= +github.com/elliotwms/bot v0.3.15/go.mod h1:aiNFJQ3CjLDc6SZEzWmDZqvI5xhbr+qB+Rj8LrNNap8= github.com/elliotwms/fakediscord v0.12.12 h1:bv1ojji6IHLLWOxtkal8Fx0SsVfNvCK7wb3uSrQ+lsA= github.com/elliotwms/fakediscord v0.12.12/go.mod h1:eQ+H7mCsJ0mbNLg2o0AtjfEvIutJ9ldU9sIzGQY0+RA= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=