module github.com/cycloidio/inframap go 1.14 require ( github.com/adrg/xdg v0.2.1 github.com/awalterschulze/gographviz v2.0.1+incompatible github.com/chr4/pwgen v1.1.0 github.com/cycloidio/tfdocs v0.0.0-20200724160511-6cb97df01bd9 github.com/dmarkham/enumer v1.5.0 github.com/hashicorp/hcl/v2 v2.3.0 github.com/hashicorp/terraform v0.12.28 github.com/markbates/pkger v0.17.0 github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/satori/go.uuid v1.2.0 github.com/spf13/afero v1.2.2 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.6.1 golang.org/x/lint v0.0.0-20200302205851-738671d3881b golang.org/x/tools v0.0.0-20200711155855-7342f9734a7d )