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

Echo v4 depends on gommon v0.2.9 that depends on Go 1.13 #1382

Closed
xponrails opened this issue Aug 9, 2019 · 3 comments
Closed

Echo v4 depends on gommon v0.2.9 that depends on Go 1.13 #1382

xponrails opened this issue Aug 9, 2019 · 3 comments
Assignees
Labels

Comments

@xponrails
Copy link

Hi, I tried to upgrade to v4 but after running the go get command I receive this error message:

go build github.com/labstack/gommon/random: module requires Go 1.13
go build github.com/labstack/gommon/color: module requires Go 1.13
go build github.com/labstack/gommon/bytes: module requires Go 1.13

I'm using go 1.11 but seems that gommon go.mod file requeres Go 1.13

See: https://github.com/labstack/gommon/blob/v0.2.9/go.mod

@carlosedp
Copy link
Contributor

@vishr can you tag a 0.3.0 release on labstack/gommon so we can bump it on echo and fix this?

@vishr
Copy link
Member

vishr commented Aug 17, 2019

@carlosedp @xponrails This should have been fixed now https://github.com/labstack/echo/releases/tag/v4.1.10.

@vishr vishr closed this as completed Aug 17, 2019
@vishr vishr self-assigned this Aug 17, 2019
@vishr vishr added the bug label Aug 17, 2019
@carlosedp
Copy link
Contributor

Cool! Thanks and sorry for letting the Go 1.13 req passing on gommon.

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

No branches or pull requests

3 participants