Replace satori/go.uuid by gofrs/uuid
abstractj opened this issue · 0 comments
abstractj commented
Why?
The dependency satori/go-uuid
used to generate UUIDs is no longer maintained and the project was replaced by gofrs/uuid
.
How
- Replace
satori/go/uuid
bygofrs/uuid
insidego.mod
- Refactor the codebase to support it
Acceptance criteria
- All the tests passing
satori/go.uuid
removed fromgo.mod