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

What is the context behind adding uuid/v3? #21

Closed
pevans opened this issue Apr 2, 2020 · 2 comments
Closed

What is the context behind adding uuid/v3? #21

pevans opened this issue Apr 2, 2020 · 2 comments

Comments

@pevans
Copy link

pevans commented Apr 2, 2020

Adding this code to master is breaking installation of pop:

package github.com/gofrs/uuid/v3: cannot find package "github.com/gofrs/uuid/v3" in any of:
	/usr/local/go/src/github.com/gofrs/uuid/v3 (from $GOROOT)
	/go/src/github.com/gofrs/uuid/v3 (from $GOPATH)

And indeed, the v3 path is explicitly unsupported now in uuid: https://github.com/gofrs/uuid#go-111-modules

Specifically:

As a result, v3.2.0 also drops support for the github.com/gofrs/uuid/v3 import path. ... With the v3.2.0 release, all gofrs/uuid consumers should use the github.com/gofrs/uuid import path.

This is also an issue in gobuffalo/nulls, both from code submitted by @paganotoni.

@paganotoni
Copy link
Member

paganotoni commented Apr 2, 2020 via email

@sio4
Copy link
Member

sio4 commented Jul 12, 2022

It seems like this issue is outdated. closing.

@sio4 sio4 closed this as completed Jul 12, 2022
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