module github.com/jmattheis/goverter go 1.18 require ( github.com/dave/jennifer v1.6.0 github.com/stretchr/testify v1.8.1 golang.org/x/tools v0.17.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/mod v0.14.0 // indirect )