From 26f24b4a21bf40110126dbe71afe1d1d8d19f4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:26:13 +0000 Subject: [PATCH] Bump github.com/bwmarrin/discordgo from 0.26.1 to 0.27.1 Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.26.1 to 0.27.1. - [Release notes](https://github.com/bwmarrin/discordgo/releases) - [Commits](https://github.com/bwmarrin/discordgo/compare/v0.26.1...v0.27.1) --- updated-dependencies: - dependency-name: github.com/bwmarrin/discordgo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 5 +---- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index bff095f..70f1af6 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,7 @@ module github.com/moabukar/no-hello-bot go 1.19 -require ( - github.com/bwmarrin/discordgo v0.26.1 - github.com/moabukar/discord-bot-go v0.0.0-20221205011405-53f035278f0d -) +require github.com/bwmarrin/discordgo v0.27.1 require ( github.com/gorilla/websocket v1.4.2 // indirect diff --git a/go.sum b/go.sum index e7520fc..05dcc79 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,7 @@ -github.com/bwmarrin/discordgo v0.26.1 h1:AIrM+g3cl+iYBr4yBxCBp9tD9jR3K7upEjl0d89FRkE= -github.com/bwmarrin/discordgo v0.26.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= +github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY= +github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/moabukar/discord-bot-go v0.0.0-20221205011405-53f035278f0d h1:dfUurqlaTT+vhtCMpBUa/XP4cCfkFTAonCXmWxdldeI= -github.com/moabukar/discord-bot-go v0.0.0-20221205011405-53f035278f0d/go.mod h1:x/J4Taj2mOrei6qkqI04F+wTad+AAZCw1Y7AueazqRU= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8LoP3mpSgBW8BUoxtEdbXg= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=