mirror of
https://github.com/woodchen-ink/Q58Bot.git
synced 2025-07-18 05:42:06 +08:00
19 lines
530 B
Modula-2
19 lines
530 B
Modula-2
module github.com/woodchen-ink/Q58Bot
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/adshao/go-binance/v2 v2.6.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
)
|