github.com/gotranspile/cxgo@v0.3.7/go.mod (about) 1 module github.com/gotranspile/cxgo 2 3 go 1.18 4 5 require ( 6 github.com/bmatcuk/doublestar v1.3.0 7 github.com/emicklei/dot v0.16.0 8 github.com/spf13/cobra v0.0.5 9 github.com/stretchr/testify v1.4.0 10 gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 11 maze.io/x/math32 v0.0.0-20181106113604-c78ed91899f1 12 modernc.org/cc/v3 v3.36.1 13 modernc.org/token v1.0.0 14 ) 15 16 require ( 17 git.maze.io/go/math32 v0.0.0-20181106113604-c78ed91899f1 // indirect 18 github.com/davecgh/go-spew v1.1.1 // indirect 19 github.com/inconshreveable/mousetrap v1.0.0 // indirect 20 github.com/pmezard/go-difflib v1.0.0 // indirect 21 github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect 22 github.com/spf13/pflag v1.0.3 // indirect 23 gopkg.in/yaml.v2 v2.4.0 // indirect 24 lukechampine.com/uint128 v1.2.0 // indirect 25 modernc.org/mathutil v1.4.1 // indirect 26 modernc.org/strutil v1.1.1 // indirect 27 )