-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
44 lines (38 loc) · 1.55 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/jonhilgart22/go-trader
go 1.17
require github.com/aws/aws-sdk-go v1.43.27
require (
github.com/grishinsana/goftx v1.2.2-0.20210726052311-b7369763f91c
github.com/shopspring/decimal v1.3.1
)
require (
github.com/PaddleHQ/go-aws-ssm v0.8.0
github.com/aws/aws-lambda-go v1.28.0
github.com/gorilla/websocket v1.5.0 // indirect
github.com/johannesboyne/gofakes3 v0.0.0-20220314170512-33c13122505e
github.com/magiconair/properties v1.8.6 // indirect
github.com/spf13/afero v1.8.2
github.com/spf13/viper v1.10.1
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.10 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
require github.com/ClintonMorrison/goAlphaVantage v0.0.0-20211223220153-b86247b12854