From 723ff490e1b06cf69a2d21884b9c743620dfd266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:11:07 +0000 Subject: [PATCH] deps(go): bump github.com/go-telegram/bot from 1.17.0 to 1.18.0 Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.17.0 to 1.18.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.17.0...v1.18.0) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-version: 1.18.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 c781ed4..3644c33 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module gosalebot go 1.24.3 require ( - github.com/go-telegram/bot v1.17.0 + github.com/go-telegram/bot v1.18.0 github.com/mattn/go-sqlite3 v1.14.32 ) diff --git a/go.sum b/go.sum index a6bc96c..c27fc28 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/go-telegram/bot v1.17.0 h1:Hs0kGxSj97QFqOQP0zxduY/4tSx8QDzvNI9uVRS+zmY= -github.com/go-telegram/bot v1.17.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= +github.com/go-telegram/bot v1.18.0 h1:yQzv437DY42SYTPBY48RinAvwbmf1ox5QICskIYWCD8= +github.com/go-telegram/bot v1.18.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= github.com/mattn/go-sqlite3 v1.14.32 h1:JD12Ag3oLy1zQA+BNn74xRgaBbdhbNIDYvQUEuuErjs= github.com/mattn/go-sqlite3 v1.14.32/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=