Bump github.com/adshao/go-binance/v2 from 2.8.0 to 2.8.2

Bumps [github.com/adshao/go-binance/v2](https://github.com/adshao/go-binance) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/adshao/go-binance/releases)
- [Commits](https://github.com/adshao/go-binance/compare/v2.8.0...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/adshao/go-binance/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 16:58:44 +00:00 committed by GitHub
parent ab8282fcb4
commit 6decfe9099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/woodchen-ink/Q58Bot
go 1.23
require (
github.com/adshao/go-binance/v2 v2.8.0
github.com/adshao/go-binance/v2 v2.8.2
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
modernc.org/sqlite v1.34.5
)

4
go.sum
View File

@ -1,5 +1,5 @@
github.com/adshao/go-binance/v2 v2.8.0 h1:+Pb6h1Ke6YfFGANrlOaY3w+rrccWl02BEAbqrKnCv00=
github.com/adshao/go-binance/v2 v2.8.0/go.mod h1:XkkuecSyJKPolaCGf/q4ovJYB3t0P+7RUYTbGr+LMGM=
github.com/adshao/go-binance/v2 v2.8.2 h1:cpMaoBnrg9g7aTNEAeMRIIMwVZ8S/oR5Fca+PyBw8q4=
github.com/adshao/go-binance/v2 v2.8.2/go.mod h1:XkkuecSyJKPolaCGf/q4ovJYB3t0P+7RUYTbGr+LMGM=
github.com/bitly/go-simplejson v0.5.0 h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=
github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA=
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=