github.com/inaneverb/ekacore/ekaunsafe/v4@v4.0.0/go.mod (about) 1 module github.com/inaneverb/ekacore/ekaunsafe/v4 2 3 go 1.19 4 5 require ( 6 github.com/inaneverb/ekacore/ekamath/v4 v4.0.0 7 github.com/stretchr/testify v1.8.2 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.1 // indirect 12 github.com/inaneverb/ekacore/ekaext/v4 v4.0.0 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 gopkg.in/yaml.v3 v3.0.1 // indirect 15 )