aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-09 18:16:39 +0000
committerGitHub <noreply@github.com>2024-05-09 18:16:39 +0000
commit69d7ae8951e5bee3e33b2c9e5a9fc477199ae75d (patch)
treeccfbcacaae060865afd2dbeca26c0655b4d19f25
parent6a0f6e4f7f9c2e9cc3316a2f07d4e25d81997160 (diff)
downloadx-69d7ae8951e5bee3e33b2c9e5a9fc477199ae75d.tar.xz
x-69d7ae8951e5bee3e33b2c9e5a9fc477199ae75d.zip
build(deps): bump github.com/bwmarrin/discordgo from 0.27.1 to 0.28.1 (#587)
* build(deps): bump github.com/bwmarrin/discordgo from 0.27.1 to 0.28.1 Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.27.1 to 0.28.1. - [Release notes](https://github.com/bwmarrin/discordgo/releases) - [Commits](https://github.com/bwmarrin/discordgo/compare/v0.27.1...v0.28.1) --- updated-dependencies: - dependency-name: github.com/bwmarrin/discordgo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
-rw-r--r--.go.mod.sri2
-rw-r--r--flake.nix2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
4 files changed, 5 insertions, 5 deletions
diff --git a/.go.mod.sri b/.go.mod.sri
index 496d3dc..349b8f8 100644
--- a/.go.mod.sri
+++ b/.go.mod.sri
@@ -1 +1 @@
-sha256-wXchFhghtSn4JAS4spJhTcwM1axDIaQuCEBs29XXxkA=
+sha256-2329cDY0+uNlhoI0VVKtqDwI7vCGdkgNK703WtEoAqU=
diff --git a/flake.nix b/flake.nix
index 8757443..269bdf2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,4 @@
-# nix-direnv cache busting line: sha256-peNzrjlmFqFFgp+0UgIriHl21j1a8Y1F1zIu7RO5NaY=
+# nix-direnv cache busting line: sha256-2329cDY0+uNlhoI0VVKtqDwI7vCGdkgNK703WtEoAqU=
{
description = "/x/perimental code";
diff --git a/go.mod b/go.mod
index 6f24445..c36e1b0 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/Songmu/gitconfig v0.2.0
github.com/aws/aws-sdk-go v1.51.13
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0
- github.com/bwmarrin/discordgo v0.27.1
+ github.com/bwmarrin/discordgo v0.28.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/chai2010/webp v1.1.1
github.com/disintegration/imaging v1.6.2
diff --git a/go.sum b/go.sum
index a7c9b80..7854e6b 100644
--- a/go.sum
+++ b/go.sum
@@ -180,8 +180,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb/go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI=
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
-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/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4=
+github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
github.com/bytedance/sonic v1.10.0-rc/go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM=
github.com/bytedance/sonic v1.11.3 h1:jRN+yEjakWh8aK5FzrciUHG8OFXK+4/KrAX/ysEtHAA=