Skip to content

Commit b095c92

Browse files
chore(deps): bump github.com/bwmarrin/discordgo from 0.28.1 to 0.29.0 (#62)
Bumps [github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/bwmarrin/discordgo/releases) - [Commits](bwmarrin/discordgo@v0.28.1...v0.29.0) --- updated-dependencies: - dependency-name: github.com/bwmarrin/discordgo dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecb501f commit b095c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/blueprintue/discord-bot
33
go 1.24
44

55
require (
6-
github.com/bwmarrin/discordgo v0.28.1
6+
github.com/bwmarrin/discordgo v0.29.0
77
github.com/crazy-max/gohealthchecks v0.5.0
88
github.com/ilya1st/rotatewriter v0.0.0-20171126183947-3df0c1a3ed6d
99
github.com/rs/zerolog v1.34.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4=
2-
github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
1+
github.com/bwmarrin/discordgo v0.29.0 h1:FmWeXFaKUwrcL3Cx65c20bTRW+vOb6k8AnaP+EgjDno=
2+
github.com/bwmarrin/discordgo v0.29.0/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
33
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
44
github.com/crazy-max/gohealthchecks v0.5.0 h1:wfkN1QIKTEUkEyqksam5Rbowh/ZwCR/knsgnanJiqg0=
55
github.com/crazy-max/gohealthchecks v0.5.0/go.mod h1:gkT8QSdEXZJahyswdTGDbd+q20fWm0DmWW7TWBNtgJg=

0 commit comments

Comments
 (0)