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

add go.mod file #183

Closed
wants to merge 1 commit into from
Closed

add go.mod file #183

wants to merge 1 commit into from

Conversation

urandom2
Copy link

@urandom2 urandom2 commented Sep 16, 2019

Since a recent release, 2.19.0, mentioned bumping the major version of
this module, I thought I would prepare this change before that happens.

This change bumps the semantic import version to
github.com/Masterminds/sprig/v3, and will require an accompanying v3.0.0
tag. It is not suggested that this change merge before you are done with
the v2.x.x line.

This change is also important because in go1.13 incompatible packages are
being deprecated. That is those with v2+ tags, without semantic import
versions, that show up as vx.y.z+incompatbile. See the release notes
https://golang.org/doc/go1.13#version-validation for more details.

Fixes #145

Since a recent release, 2.19.0, mentioned bumping the major version of
this module, I thought I would prepare this change before that happens.

This change bumps the semantic import version to
github.com/Masterminds/sprig/v3, and will require an accompanying v3.0.0
tag. It is not suggested that this change merge before you are done with
the v2.x.x line.

This change is also important because in go1.13 incompatible packages are
being deprecated. That is those with v2+ tags, without semantic import
versions, that show up as vx.y.z+incompatbile. See the release notes
https://golang.org/doc/go1.13#version-validation for more details.

Fixes #145
@mattfarina
Copy link
Member

With the merger of #186 this has been accomplished. So, I'm going to close this PR. Note, the other one updates semver to v3 which came out using go modules.

A release of v3 will be coming soon so this can be used.

@mattfarina mattfarina closed this Sep 23, 2019
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

Successfully merging this pull request may close these issues.

Support Go modules
2 participants