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

Modify module name to match the repository URL #3

Merged
merged 3 commits into from
Oct 19, 2021

Conversation

acabarbaye
Copy link

In order to be able to install this module instead of the one defined at StackExchange/wmi, the module name needs to be modified. Otherwise the following issue happens:

go: github.com/yusufpapurcu/wmi@v1.2.1: parsing go.mod:
        module declares its path as: github.com/StackExchange/wmi
                but was required as: github.com/yusufpapurcu/wmi

In order to be able to install this module instead of the one defined at StackExchange/wmi, the module name needs to be modified. Otherwise the following issue happens:
```
go: github.com/yusufpapurcu/wmi@v1.2.1: parsing go.mod:
        module declares its path as: github.com/StackExchange/wmi
                but was required as: github.com/yusufpapurcu/wmi
```
@yusufpapurcu
Copy link
Owner

Can you upgrade version to 1.16 too?

@yusufpapurcu yusufpapurcu merged commit 253c5f0 into yusufpapurcu:master Oct 19, 2021
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.

None yet

2 participants