Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Replace satori/go.uuid with its fork gofrs/uuid #1544

Closed
wants to merge 1 commit into from

Conversation

PushkarJ
Copy link
Contributor

What this PR does / why we need it

satori repo is abandoned. Its fork gofrs is well maintained and has high security fixes

Fixes #1543

Describe testing done for PR

Ran all relevant make commands to ensure tests passed and build was successful

Release note

Replace satori/go.uuid with gofrs/uuid

PR Checklist

  • Squash the commits into one or a small number of logical commits
  • Use good commit messages
  • Ensure PR contains terms all contributors can understand and links all contributors can access

Additional information

Special notes for your reviewer

Replaced all imports of the unmaintained library with the new one.
Also had to replace: uuid.NewV4() -> uuid.Must(uuid.NewV4()), because the new library returned an error along with the uuid.

satori repo is abandoned. Its fork gofrs is well maintained and has high security fixes
@github-actions
Copy link

Hi @PushkarJ! And thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Tanzu Framework better.

go.mod Show resolved Hide resolved
@PushkarJ
Copy link
Contributor Author

Closing in favor of #1552

@PushkarJ PushkarJ closed this Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move satori/go.uuid to google/uuid
4 participants