opencloud
opencloud copied to clipboard
chore: drop gofrs/uuid module usage and use google/uuid
Description
As google/uuid is an indirect dependency, by dropping old gofrs/uuid just one uuid module is required.
Old gofrs/uuid will now be an indirect dependency until lico is updated with https://github.com/libregraph/lico/pull/219.
Motivation and Context
Have just one uuid module
How Has This Been Tested?
go test ./...
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Technical debt
- [ ] Tests only (no source changes)
Checklist:
- [x] Code changes
- [ ] Unit tests added
- [ ] Acceptance tests added
- [ ] Documentation added