Bump github.com/adshao/go-binance/v2 from 2.7.0 to 2.7.1

Bumps [github.com/adshao/go-binance/v2](https://github.com/adshao/go-binance) from 2.7.0 to 2.7.1.
- [Commits](https://github.com/adshao/go-binance/compare/v2.7.0...v2.7.1)

---
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-01-06 16:38:04 +00:00 committed by GitHub
parent c971488669
commit 23e7bcbc43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

3
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.7.0
github.com/adshao/go-binance/v2 v2.7.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
modernc.org/sqlite v1.34.2
)
@ -19,6 +19,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/sys v0.22.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.55.3 // indirect

6
go.sum
View File

@ -1,5 +1,5 @@
github.com/adshao/go-binance/v2 v2.7.0 h1:sCp8pqyImkUuYOxojeAN3UuZ2jETYSvKg59T6zzAKbE=
github.com/adshao/go-binance/v2 v2.7.0/go.mod h1:sALV+DxKv/3gGS2EgwKItvTnkeYT9jc+bofR8UASFlE=
github.com/adshao/go-binance/v2 v2.7.1 h1:88R/rrQ3HYOV/TAy1uduSABOda6/JX4rIDaZK7yTV5w=
github.com/adshao/go-binance/v2 v2.7.1/go.mod h1:LQeYDpETgzkWCCqfwr+O849hGAFc5ygMhhS0wm1vuvU=
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=
@ -35,6 +35,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=