labstack / gommon

Common packages for Go
MIT License
536 stars 100 forks source link

module requires Go 1.13 #36

Closed xponrails closed 5 years ago

xponrails commented 5 years ago

Hi, I've update echo to v4 and after a go get command I receive:

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

My go version is 1.11 that is supported by Echo v4.

Why this package requires v 1.13?

sunlianqiang commented 5 years ago

change version from 0.2.9 to 0.2.8 can fix the bug

vishr commented 5 years ago

This has been fixed in latest of echo & gommon.