revel/cmd

Dependency not found - github.com/myesui/uuid

Closed this issue · 3 comments

$ 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?

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.

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.