-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
27 lines (24 loc) · 878 Bytes
/
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
module github.com/gotranspile/cxgo
go 1.18
require (
github.com/bmatcuk/doublestar v1.3.0
github.com/emicklei/dot v0.16.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
maze.io/x/math32 v0.0.0-20181106113604-c78ed91899f1
modernc.org/cc/v3 v3.36.1
modernc.org/token v1.0.0
)
require (
git.maze.io/go/math32 v0.0.0-20181106113604-c78ed91899f1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/mathutil v1.4.1 // indirect
modernc.org/strutil v1.1.1 // indirect
)