Update dependencies: go-binance v2.8.11, lo v1.53.0, x/text v0.36.0, telebot v3.3.8
Build Docker Image / build (amd64) (push) Successful in 5m21s

Also update Dockerfile to golang:1.26 and go directive to 1.25.0.
Supersedes all pending renovate PR branches.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 01:27:12 +07:00
parent 87e69ec8d0
commit a5ff76fc96
3 changed files with 14 additions and 17 deletions
+5 -6
View File
@@ -1,16 +1,16 @@
module me.thuanle/bbot
go 1.22
go 1.25.0
require (
github.com/adshao/go-binance/v2 v2.8.5
github.com/adshao/go-binance/v2 v2.8.11
github.com/go-resty/resty/v2 v2.16.5
github.com/jedib0t/go-pretty/v6 v6.5.5
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.32.0
github.com/samber/lo v1.39.0
golang.org/x/text v0.21.0
gopkg.in/telebot.v3 v3.2.1
github.com/samber/lo v1.53.0
golang.org/x/text v0.36.0
gopkg.in/telebot.v3 v3.3.8
)
require (
@@ -23,7 +23,6 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)