louketo/louketo-proxy

Replace satori/go.uuid by gofrs/uuid

abstractj opened this issue · 0 comments

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 by gofrs/uuid inside go.mod
  • Refactor the codebase to support it

Acceptance criteria

  • All the tests passing
  • satori/go.uuid removed from go.mod

Additional Information