terraform/builtin/providers/heroku
Sander van Harmelen 2ba8dc38fa Switch to go-multierror
It seems there are 4 locations left that use the `helper/multierror`
package, where the rest is TF settled on the `hashicorp/go-multierror`
package.

Functionally this doesn’t change anything, so I suggest to delete the
builtin version as it can only cause confusion (both packages have the
same name, but are still different types according to Go’s type system.
2015-09-27 18:58:48 -07:00
..
test-fixtures
config.go
provider.go
provider_test.go
resource_heroku_addon.go
resource_heroku_addon_test.go
resource_heroku_app.go
resource_heroku_app_test.go
resource_heroku_cert.go
resource_heroku_cert_test.go
resource_heroku_domain.go
resource_heroku_domain_test.go
resource_heroku_drain.go
resource_heroku_drain_test.go