go.mway.dev/math@v0.3.4-0.20220903004814-3c8fcf9df0ca/go.mod (about) 1 module go.mway.dev/math 2 3 go 1.18 4 5 require ( 6 github.com/stretchr/testify v1.7.1 7 golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.0 // indirect 12 github.com/pmezard/go-difflib v1.0.0 // indirect 13 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 14 )