From d42ad9d15bcc8c9e6c44bbef9f9f3fb679964462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:32:44 +0000 Subject: [PATCH] fix(deps): update module github.com/bwmarrin/discordgo to v0.28.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d606777..cc07b9b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/Nerzal/gocloak/v12 v12.0.0 github.com/azuki-bar/goset v0.0.0-20230115050520-ee0dcb43a8dd - github.com/bwmarrin/discordgo v0.27.0 + github.com/bwmarrin/discordgo v0.28.1 github.com/samber/lo v1.37.0 github.com/stretchr/testify v1.8.1 github.com/vrischmann/envconfig v1.3.0 diff --git a/go.sum b/go.sum index 23ee037..c95a42c 100644 --- a/go.sum +++ b/go.sum @@ -11,6 +11,8 @@ github.com/azuki-bar/goset v0.0.0-20230115050520-ee0dcb43a8dd/go.mod h1:IGMahmqK github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8= github.com/bwmarrin/discordgo v0.27.0 h1:4ZK9KN+rGIxZ0fdGTmgdCcliQeW8Zhu6MnlFI92nf0Q= github.com/bwmarrin/discordgo v0.27.0/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= +github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4= +github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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=