-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.12 KB
/
go.mod
File metadata and controls
28 lines (25 loc) · 1.12 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
module github.com/rpcpool/pythd-fix-proxy
go 1.17
require (
github.com/fatih/color v1.13.0
github.com/gorilla/websocket v1.4.2
github.com/quickfixgo/enum v0.0.0-20210629025633-9afc8539baba
github.com/quickfixgo/field v0.0.0-20171007195410-74cea5ec78c7
github.com/quickfixgo/fix44 v0.0.0-20171007213039-f090a1006218
github.com/quickfixgo/quickfix v0.6.1-0.20210618140103-31f5ebe90229
github.com/shopspring/decimal v1.3.1
github.com/ybbus/jsonrpc/v2 v2.1.6
)
require (
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.10 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/quickfixgo/fix42 v0.0.0-20171007212724-86a4567f1c77 // indirect
github.com/quickfixgo/tag v0.0.0-20171007194743-cbb465760521 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)