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

Commits on Oct 19, 2021

  1. Modify module name to match the repository URL

    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
    ```
    acabarbaye committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c6ee588 View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    acabarbaye committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7fdd7e6 View commit details
    Browse the repository at this point in the history
  3. updating go version

    acabarbaye committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    26a8014 View commit details
    Browse the repository at this point in the history