From 6decfe909981ee0c8e16c36c724cb228dd5e1b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:58:44 +0000 Subject: [PATCH] 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] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7e97640..e2bf53e 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index a06be74..2e4ce96 100644 --- a/go.sum +++ b/go.sum @@ -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=