-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.12 KB
/
go.mod
File metadata and controls
37 lines (33 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
29
30
31
32
33
34
35
36
37
module github.com/quickfixgo/examples
go 1.23
toolchain go1.23.9
require (
github.com/fatih/color v1.16.0
github.com/gosuri/uitable v0.0.4
github.com/quickfixgo/enum v0.1.0
github.com/quickfixgo/field v0.1.0
github.com/quickfixgo/fix40 v0.1.0
github.com/quickfixgo/fix41 v0.1.0
github.com/quickfixgo/fix42 v0.1.0
github.com/quickfixgo/fix43 v0.1.0
github.com/quickfixgo/fix44 v0.1.0
github.com/quickfixgo/fix50 v0.1.0
github.com/quickfixgo/quickfix v0.9.7
github.com/quickfixgo/tag v0.1.0
github.com/shopspring/decimal v1.4.0
github.com/spf13/cobra v1.8.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/quagmt/udecimal v1.8.0 // indirect
github.com/quickfixgo/fixt11 v0.1.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)