diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-05-24 15:40:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-24 15:40:10 +0000 |
| commit | 660a3f14721146f11d48f0ec136722cfb8762e2a (patch) | |
| tree | 12e534937d769aca9ef9c221d037c9ee54b80b7b | |
| parent | feat(discord): even more optional command cleanup (diff) | |
| download | archived-munch-renovate/github.com-bwmarrin-discordgo-0.x.tar.xz archived-munch-renovate/github.com-bwmarrin-discordgo-0.x.zip | |
fix(deps): update module github.com/bwmarrin/discordgo to v0.29.0renovate/github.com-bwmarrin-discordgo-0.x
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,6 @@ module github.com/Whirlsplash/munch go 1.16 require ( - github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030 + github.com/bwmarrin/discordgo v0.29.0 github.com/spf13/viper v1.8.1 ) @@ -49,6 +49,8 @@ github.com/bwmarrin/discordgo v0.23.2 h1:BzrtTktixGHIu9Tt7dEE6diysEF9HWnXeHuoJEt github.com/bwmarrin/discordgo v0.23.2/go.mod h1:c1WtWUGN6nREDmzIpyTp/iD3VYt4Fpx+bVyfBG7JE+M= github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030 h1:JgAlPJlCqsrUqXcClndnvF6LOjV528hpU/l5YzN++PA= github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= +github.com/bwmarrin/discordgo v0.29.0 h1:FmWeXFaKUwrcL3Cx65c20bTRW+vOb6k8AnaP+EgjDno= +github.com/bwmarrin/discordgo v0.29.0/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= |