module github.com/aiven/terraform-provider-aiven go 1.13 require ( github.com/aiven/aiven-go-client v1.5.2 github.com/gobuffalo/packd v0.1.0 // indirect github.com/gobuffalo/packr/v2 v2.1.0 github.com/golang/protobuf v1.3.1 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/hashicorp/terraform v0.12.0 github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/stretchr/testify v1.3.0 )