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

Update go.mod module path to v2 #209

Closed
wants to merge 1 commit into from

Conversation

iainsimmons
Copy link
Contributor

The module path needs to contain /v2 to indicate it is on the major version 2.

Then a request to https://proxy.golang.org/github.com/joshmedeski/sesh/v2/@v/v2.7.0.info can be made and the version should eventually update on https://pkg.go.dev/github.com/joshmedeski/sesh

The module path needs to contain `/v2` to indicate it is on the major version 2.

Then a request to https://proxy.golang.org/github.com/joshmedeski/sesh/v2/@v/v2.7.0.info can be made and the version should eventually update on https://pkg.go.dev/github.com/joshmedeski/sesh
@joshmedeski
Copy link
Owner

Gotta update all the references to the module imports to include /v2. I can do this, thanks!

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.

2 participants