From 48193f0c80f1ef7b4b0d58f0bd2c786b7099a99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:55:11 +0000 Subject: [PATCH] deps(go): bump github.com/go-telegram/bot from 1.19.0 to 1.20.0 Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.19.0 to 1.20.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.19.0...v1.20.0) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-version: 1.20.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 74e5de8..19f34f8 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module gosalebot go 1.26 require ( - github.com/go-telegram/bot v1.19.0 + github.com/go-telegram/bot v1.20.0 github.com/mattn/go-sqlite3 v1.14.37 ) diff --git a/go.sum b/go.sum index 246661a..4abfd55 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/go-telegram/bot v1.19.0 h1:tuvTQhgNietHFRN0HUDhuXsgfgkGSaO8WWwZQW3DMQg= -github.com/go-telegram/bot v1.19.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= +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/mattn/go-sqlite3 v1.14.37 h1:3DOZp4cXis1cUIpCfXLtmlGolNLp2VEqhiB/PARNBIg= github.com/mattn/go-sqlite3 v1.14.37/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=