a5ff76fc96
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>
29 lines
838 B
Modula-2
29 lines
838 B
Modula-2
module me.thuanle/bbot
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
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.53.0
|
|
golang.org/x/text v0.36.0
|
|
gopkg.in/telebot.v3 v3.3.8
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
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/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|