chore: bump github.com/go-telegram/bot from 1.5.0 to 1.6.0 (#32)

Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.5.0 to 1.6.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.5.0...v1.6.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-07-23 13:55:31 +08:00
committed by GitHub
parent 7274964d92
commit 4021612b6f
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.5.0
github.com/go-telegram/bot v1.6.0
github.com/joho/godotenv v1.5.1
)