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 module name to match repository name #24

Closed
wants to merge 4 commits into from

Conversation

eqinox76
Copy link

@eqinox76 eqinox76 commented Nov 6, 2020

Hi there,
i think the repository name changes and therefore the go.mod needs an update.

$ go get github.com/kenshaw/sdhook
go: github.com/kenshaw/sdhook upgrade => v0.0.0-20190801142816-0b7fa827d09a
go get: github.com/kenshaw/sdhook@v0.0.0-20190801142816-0b7fa827d09a: parsing go.mod:
        module declares its path as: github.com/knq/sdhook
                but was required as: github.com/kenshaw/sdhook

Regards,
eqionx76

Hi there,
i think the repository name changes and therefore the go.mod needs an update.

```
$ go get github.com/kenshaw/sdhook
go: github.com/kenshaw/sdhook upgrade => v0.0.0-20190801142816-0b7fa827d09a
go get: github.com/kenshaw/sdhook@v0.0.0-20190801142816-0b7fa827d09a: parsing go.mod:
        module declares its path as: github.com/knq/sdhook
                but was required as: github.com/kenshaw/sdhook
```
@kenshaw
Copy link
Owner

kenshaw commented Nov 13, 2020

Appreciate the submission, instead I have just done a general cleanup of the code. Apologies for the original oversight in changing the package paths.

@kenshaw kenshaw closed this Nov 13, 2020
@eqinox76
Copy link
Author

Thanks for the fix, much appreciated!

@eqinox76 eqinox76 deleted the patch-1 branch November 15, 2020 15:29
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