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 go.mod, fix import path for github.com/bouk/monkey #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghetzel
Copy link

@ghetzel ghetzel commented May 13, 2020

Hello! Recently, it appears that the github.com/bouk/monkey dependency has rehomed their module to bou.ke/monkey. For upstream modules that use the new(ish) Go modules feature, this import path is now causing build errors:

go get ./...
go: github.com/bouk/[email protected]: parsing go.mod:
	module declares its path as: bou.ke/monkey
	        but was required as: github.com/bouk/monkey

I have made the necessary fixes in my fork, and wanted to PR them back to you if you are interested.

  1. Adds a go.mod and go.sum file to the project to track versions of dependencies.
  2. Changes all instances of the import path from github.com/bouk/monkey to bouke/monkey.

Thank you for this package.

Cheers,

Gary

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