-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
51 lines (48 loc) · 2.1 KB
/
Copy pathgo.mod
File metadata and controls
51 lines (48 loc) · 2.1 KB
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
45
46
47
48
49
50
51
module github.com/sklinkert/at
go 1.19
require (
github.com/AMekss/assert v0.0.0-20211108074654-c2d723ec709d
github.com/falzm/golang-ring v0.0.0-20171129155418-0d0f97841b7d
github.com/go-numb/go-ftx v0.0.0-20211102085954-3f1fa5e6acc1
github.com/go-test/deep v1.1.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.0
github.com/jinzhu/copier v0.3.5
github.com/lfritz/env v1.0.0
github.com/markcheno/go-talib v0.0.0-20190307022042-cd53a9264d70
github.com/piquette/finance-go v1.0.0
github.com/preichenberger/go-coinbasepro/v2 v2.1.0
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.9.0
github.com/sklinkert/circularbuffer v0.0.0-20210106170632-b66327ee381c
github.com/sklinkert/igmarkets v0.0.0-20211012140330-96568d0347d0
gorm.io/driver/postgres v1.3.10
gorm.io/driver/sqlite v1.4.3
gorm.io/gorm v1.24.6
)
require (
github.com/andybalholm/brotli v1.0.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.12.0 // indirect
github.com/jackc/pgx/v4 v4.17.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/klauspost/compress v1.10.7 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7 // indirect
)