chore: bump github.com/go-telegram/bot from 1.2.2 to 1.3.0 (#4)

Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.2.2 to 1.3.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.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-telegram/bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-20 18:19:32 +08:00
committed by GitHub
parent 6ceeee9eb3
commit c59d785d18
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
)
require (
github.com/go-telegram/bot v1.2.2
github.com/go-telegram/bot v1.3.0
github.com/joho/godotenv v1.5.1
)