Skip to content

Commit

Permalink
Merge pull request #15 from ad/dependabot/go_modules/github.com/go-te…
Browse files Browse the repository at this point in the history
…legram/bot-1.8.0

Bump github.com/go-telegram/bot from 1.7.2 to 1.8.0
  • Loading branch information
ad authored Sep 16, 2024
2 parents aae6fdf + 8b71493 commit b96926a
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 33 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/dustin/go-humanize v1.0.1
github.com/fogleman/gg v1.3.0
github.com/go-telegram/bot v1.7.2
github.com/go-telegram/bot v1.8.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/joho/godotenv v1.5.1
github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/fogleman/gg v1.3.0 h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
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.8.0 h1:LZV4WjrJGivtMzKUEhQU46acB/PrMI1rGUPhHg2tQBc=
github.com/go-telegram/bot v1.8.0/go.mod h1:i2TRs7fXWIeaceF3z7KzsMt/he0TwkVC680mvdTFYeM=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
Expand Down
15 changes: 15 additions & 0 deletions vendor/github.com/go-telegram/bot/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/go-telegram/bot/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/go-telegram/bot/handlers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-telegram/bot/methods_params.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions vendor/github.com/go-telegram/bot/models/boost.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 17 additions & 8 deletions vendor/github.com/go-telegram/bot/models/chat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/github.com/go-telegram/bot/models/giveaway.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/go-telegram/bot/models/paid.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions vendor/github.com/go-telegram/bot/models/star.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/go-telegram/bot/models/update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 4 additions & 13 deletions vendor/github.com/go-telegram/bot/process_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github.com/dustin/go-humanize
github.com/fogleman/gg
# github.com/frankban/quicktest v1.14.6
## explicit; go 1.13
# github.com/go-telegram/bot v1.7.2
# github.com/go-telegram/bot v1.8.0
## explicit; go 1.18
github.com/go-telegram/bot
github.com/go-telegram/bot/models
Expand Down

0 comments on commit b96926a

Please sign in to comment.