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

can't upgrade to version 2.0.0+ #84

Closed
paleozogt opened this issue Oct 1, 2020 · 1 comment
Closed

can't upgrade to version 2.0.0+ #84

paleozogt opened this issue Oct 1, 2020 · 1 comment

Comments

@paleozogt
Copy link

➜  go get github.com/r3labs/sse@1.6.0
go: finding module for package gopkg.in/cenkalti/backoff.v1
go: found gopkg.in/cenkalti/backoff.v1 in gopkg.in/cenkalti/backoff.v1 v1.1.0

➜  go get github.com/r3labs/sse@v2.0.0
go get github.com/r3labs/sse@v2.0.0: github.com/r3labs/sse@v2.0.0: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2

I think this is because this project needs v2 in the import path.

@purehyperbole
Copy link
Member

@paleozogt Hi there, sorry for the delay in getting back to you.

I've updated the go mod file and implemented a v2 branch. Please could you let me know if this has resolved your issue?

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

2 participants