ADD: added first version
This commit is contained in:
28
go.mod
Normal file
28
go.mod
Normal file
@@ -0,0 +1,28 @@
|
||||
module alpaca-bot
|
||||
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/markcheno/go-talib v0.0.0-20250114000313-ec55a20c902f
|
||||
github.com/xuri/excelize/v2 v2.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.118.0 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
github.com/shopspring/decimal v1.3.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alpacahq/alpaca-trade-api-go/v3 v3.9.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/richardlehane/mscfb v1.0.4 // indirect
|
||||
github.com/richardlehane/msoleps v1.0.4 // indirect
|
||||
github.com/tiendc/go-deepcopy v1.7.1 // indirect
|
||||
github.com/xuri/efp v0.0.1 // indirect
|
||||
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
|
||||
golang.org/x/crypto v0.43.0 // indirect
|
||||
golang.org/x/net v0.46.0 // indirect
|
||||
golang.org/x/text v0.30.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user