From a325fee63778d82b170b48dfbced03c50668d4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:47:18 +0000 Subject: [PATCH] deps(go): bump github.com/go-telegram/bot from 1.20.0 to 1.21.0 Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.20.0 to 1.21.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.20.0...v1.21.0) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 19f34f8..6f3b58b 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module gosalebot go 1.26 require ( - github.com/go-telegram/bot v1.20.0 + github.com/go-telegram/bot v1.21.0 github.com/mattn/go-sqlite3 v1.14.37 ) diff --git a/go.sum b/go.sum index 4abfd55..f684c95 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/go-telegram/bot v1.20.0 h1:4Pea/qTidSspr4WBJw9FbHUMNhYeqszBqQUfsQEyFbc= -github.com/go-telegram/bot v1.20.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= +github.com/go-telegram/bot v1.21.0 h1:Va/PbGc2vBDdv57GCUEEVV6ROlHWiC6SklJY9Hvhzps= +github.com/go-telegram/bot v1.21.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= github.com/mattn/go-sqlite3 v1.14.37 h1:3DOZp4cXis1cUIpCfXLtmlGolNLp2VEqhiB/PARNBIg= github.com/mattn/go-sqlite3 v1.14.37/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=