hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 189 forks source link

Consider replacing satori/go.uuid #68

Closed radeksimko closed 5 years ago

radeksimko commented 5 years ago

This library does not seem to be maintained anymore per https://github.com/satori/go.uuid/issues/83 (and mentioned in a few other issues).

It seems that some other folks have switched over to https://github.com/gofrs/uuid

Alternatively HashiCorp maintains this library https://github.com/hashicorp/go-uuid

Would there be an interest in a PR which replaces the dependency? Is there any preference?

davidji99 commented 5 years ago

Hey @radeksimko,

Yeah it seems https://github.com/gofrs/uuid would be a good replacement.