-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: consistently use one uuid library (#40161)
* refactor: consistently use one uuid library the codebase is using a mix of github.com/google/uuid and github.com/gofrs/uuid Update the codebase to use github.com/gofrs/uuid consistently and bump to the current major version. * lint: fix linting issues * refactor: move to gofrs/uuid * lint: add gomodguard setting * lint: fix more linter issues * lint: more linting errors * lint: completely remove gofrs/uuid v4 * lint: more linting errors * lint: more linting errors * lint: fix more linting errors * fix: replace uuid.MustParse with uuid.Must(uuid.FromString()) * refactor: update uuid.Parse to uuid.FromString * lint: fix linting errors * lint: fix linting errors * docs: fix nolint comments * lint: fix linting errors * docs: update nolint comments * test: update uuid parsing err * lint: fix linter issues * lint: fix linter issues * lint: run go mod tidy * lint: regenerate notice * build: regenerate notice * build: regenerate notice * refactor: cleanup double uuid conversion * test: gracefully log the error
- Loading branch information
Showing
88 changed files
with
340 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.