github.com/tencent/goom@v1.0.1/go.mod (about) 1 module github.com/tencent/goom 2 3 go 1.18 4 5 require github.com/stretchr/testify v1.4.0 6 7 require ( 8 github.com/davecgh/go-spew v1.1.0 // indirect 9 github.com/pmezard/go-difflib v1.0.0 // indirect 10 gopkg.in/yaml.v2 v2.2.2 // indirect 11 )