Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency not found - github.com/myesui/uuid #203

Closed
fmbiete opened this issue May 8, 2021 · 3 comments
Closed

Dependency not found - github.com/myesui/uuid #203

fmbiete opened this issue May 8, 2021 · 3 comments
Assignees

Comments

@fmbiete
Copy link

fmbiete commented May 8, 2021

$ go get -u github.com/revel/cmd/revel
go get: github.com/revel/cmd@v0.21.1 updating to
        github.com/revel/cmd@v1.0.3 requires
        github.com/myesui/uuid@v1.0.0: reading github.com/myesui/uuid/go.mod at revision v1.0.0: unknown revision v1.0.0

github.com/myesui/uuid has been removed. Shouldn't we update/remove that dependency?

@brendensoares
Copy link
Member

Looks like the referenced repo has moved, but we already have an alternative import path for a uuid package. Seems #205 is the best solution, though we could also use Google's uuid package.

@brendensoares
Copy link
Member

I've added detailed findings to #205 and closed it as it is not the ideal solution. I am working now to update Revel's session handler to use the google uuid.

@brendensoares brendensoares self-assigned this Feb 13, 2022
@ptman
Copy link
Contributor

ptman commented Feb 25, 2022

https://github.com/gofrs/uuid if it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants