From bfe87d8309155473e8e4d767b5404286661aebe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:06:54 +0000 Subject: [PATCH] build(deps): bump github.com/go-telegram/bot from 1.7.2 to 1.7.3 Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.7.2 to 1.7.3. - [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.7.2...v1.7.3) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-type: direct:production update-type: version-update:semver-patch ... 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 1bd6a48..57829fc 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module hsbot go 1.22 require ( - github.com/go-telegram/bot v1.7.2 + github.com/go-telegram/bot v1.7.3 github.com/gofrs/uuid/v5 v5.3.0 github.com/liushuangls/go-anthropic/v2 v2.8.0 github.com/rs/zerolog v1.33.0 diff --git a/go.sum b/go.sum index cc6e947..f22fa02 100644 --- a/go.sum +++ b/go.sum @@ -7,8 +7,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= -github.com/go-telegram/bot v1.7.2 h1:Ml50/XleEvk2h568brw66+gH6cDVh1hIIiDFUUwCvxo= -github.com/go-telegram/bot v1.7.2/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= +github.com/go-telegram/bot v1.7.3 h1:kUWAWzTB4jf4XuhADPcBKFKR1sqjRmXslSQdUmOqlSs= +github.com/go-telegram/bot v1.7.3/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/uuid/v5 v5.3.0 h1:m0mUMr+oVYUdxpMLgSYCZiXe7PuVPnI94+OMeVBNedk= github.com/gofrs/uuid/v5 v5.3.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=