Masterminds / semver

Work with Semantic Versions in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no support for go modules in version 3?

xoba opened this issue · comments

with gomodules, "go get github.com/Masterminds/semver" picks up v1.5.0, not v3.0.3.

oops, apparently my bad, didn't realize i had to import it as follows in my go.mod:

github.com/Masterminds/semver/v3 v3.0.3

seems to work for me now, thanks! sorry for the false alarm.