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

Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.4.0 to 1.5.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.4.0...v1.5.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-01 09:46:17 +08:00
committed by GitHub
parent 0c50b9ec1a
commit 9130d5dfa1
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.4.0
github.com/go-telegram/bot v1.5.0
github.com/joho/godotenv v1.5.1
)