masterminds/semver: work with semantic versions in go
The semver package provides the ability to work with Semantic Versions in Go. Specifically it provides the ability to:
- Parse semantic versions
- Sort semantic versions
- Check if a semantic version fits within a set of constraints