Commit Graph

5 Commits

Author SHA1 Message Date
renovatebot 41c1bdfa22 Update module github.com/jedib0t/go-pretty/v6 to v6.7.10 2026-04-25 17:00:52 +00:00
thuanle a5ff76fc96 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>
2026-04-25 01:27:12 +07:00
thuanle 440fa3bacd Fix concurrent map read/write race condition in MarketData
Add sync.RWMutex to protect future and spot price maps accessed by
WebSocket handlers (writers) and Telegram bot handlers (readers).
Also adds Alpha token support with caching.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 00:15:22 +07:00
thuanle 94a11e8d68 add margin
Build Docker Image / build (amd64) (push) Successful in 1m47s
2024-10-24 10:58:32 +07:00
thuanle a7559b3f9d init code 2024-10-24 09:53:02 +07:00