mirror of
https://github.com/lukewilson2002/autotrader.git
synced 2025-08-02 13:19:32 +00:00
Updated dependencies
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,19 +3,16 @@ module github.com/fivemoreminix/autotrader
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/go-co-op/gocron v1.26.0
|
||||
github.com/rocketlaunchr/dataframe-go v0.0.0-20211025052708-a1030444159b
|
||||
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-co-op/gocron v1.26.0 // indirect
|
||||
github.com/go-gota/gota v0.12.0 // indirect
|
||||
github.com/google/go-cmp v0.5.8 // indirect
|
||||
github.com/guptarohit/asciigraph v0.5.1 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.7 // indirect
|
||||
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
||||
github.com/robfig/cron/v3 v3.0.1 // indirect
|
||||
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
|
||||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
||||
gonum.org/v1/gonum v0.9.1 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user