Massad/gin-boilerplate

Build fails due to myesui/uuid

brian926 opened this issue · 0 comments

It looks like the repo https://github.com/myesui/uuid is now missing and https://github.com/twinj/uuid looks to be dependent on it. Thus, some fun errors occur with the modules and when trying to build.

        remote: Repository not found.
        fatal: repository 'https://github.com/myesui/uuid/' not found

An easy solution seems to be replacing https://github.com/twinj/uuid with https://github.com/google/uuid which has the same functionality.