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 /v2 suffix in go.mod to be compliant with go 1.13 #770

Closed
MMulthaupt opened this issue Sep 19, 2019 · 1 comment
Closed

Add /v2 suffix in go.mod to be compliant with go 1.13 #770

MMulthaupt opened this issue Sep 19, 2019 · 1 comment

Comments

@MMulthaupt
Copy link

MMulthaupt commented Sep 19, 2019

Starting with Go 1.13, it is not possible to use gopsutil via go modules without resorting to using a pseudo-version identifier in go.mod.

E.g., instead of v2.19.8 one must use e4ec7b275ada, which resolves to v0.0.0-20190901111213-e4ec7b275ada with go mod tidy.

Please see this issue report for more info: golang/go#34402

@Lomanic
Copy link
Collaborator

Lomanic commented Sep 19, 2019

I reopened #663 for this, thanks for the report.

@Lomanic Lomanic closed this as completed Sep 19, 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

No branches or pull requests

2 participants