module github.com/accurics/terrascan go 1.14 require ( github.com/ghodss/yaml v1.0.0 github.com/gorilla/mux v1.7.4 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 github.com/hashicorp/go-retryablehttp v0.6.6 github.com/hashicorp/go-version v1.2.0 github.com/hashicorp/hcl/v2 v2.3.0 github.com/hashicorp/terraform v0.12.28 github.com/iancoleman/strcase v0.1.1 github.com/mattn/go-isatty v0.0.8 github.com/open-policy-agent/opa v0.22.0 github.com/pelletier/go-toml v1.8.0 github.com/pkg/errors v0.9.1 github.com/spf13/afero v1.3.4 github.com/spf13/cobra v1.0.0 github.com/zclconf/go-cty v1.2.1 go.uber.org/zap v1.13.0 golang.org/x/tools v0.0.0-20201111224557-41a3a589386c // indirect gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 helm.sh/helm/v3 v3.4.0 honnef.co/go/tools v0.0.1-2020.1.6 // indirect sigs.k8s.io/kustomize/api v0.6.5 )