From 4446e4db9728596cad2054c5d38ff224b2fa54b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:57:26 +0000 Subject: [PATCH] build(deps): bump github.com/go-telegram/bot Bumps the go-dependencies group with 1 update: [github.com/go-telegram/bot](https://github.com/go-telegram/bot). Updates `github.com/go-telegram/bot` from 1.23.0 to 1.24.0 - [Release notes](https://github.com/go-telegram/bot/releases) - [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-telegram/bot/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4ab7fc3..e12345d 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.21 require ( github.com/dustin/go-humanize v1.0.1 - github.com/go-telegram/bot v1.23.0 + github.com/go-telegram/bot v1.24.0 github.com/pyed/transmission v1.0.0 ) diff --git a/go.sum b/go.sum index 7e94810..288e212 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= -github.com/go-telegram/bot v1.23.0 h1:CKKQq115G/GUGBG8uuWl5uXbiBHyVjZBp/qqOLWZjJk= -github.com/go-telegram/bot v1.23.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= +github.com/go-telegram/bot v1.24.0 h1:W/tWeUm8pkVkCGdf0n00fzJD/D31iAJ9RHFvIAZ2G9M= +github.com/go-telegram/bot v1.24.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= github.com/pyed/transmission v1.0.0 h1:nWZh1iJG8Yuc6qQRpQjjHoeIURVg+aGBUz0260hdtaU= github.com/pyed/transmission v1.0.0/go.mod h1:gFw9Dt7x4EugnXuUDPGe6c4kaHOtOM92oglNJSQNqsQ=