mirror of
https://github.com/woodchen-ink/Q58Bot.git
synced 2025-07-17 21:32:06 +08:00
Bumps [github.com/adshao/go-binance/v2](https://github.com/adshao/go-binance) from 2.7.1 to 2.8.0. - [Commits](https://github.com/adshao/go-binance/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: github.com/adshao/go-binance/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
866 B
Modula-2
27 lines
866 B
Modula-2
module github.com/woodchen-ink/Q58Bot
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/adshao/go-binance/v2 v2.8.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
modernc.org/sqlite v1.34.5
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // 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/kr/text v0.2.0 // indirect
|
|
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/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
)
|