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

incorrect go.mod path #11

Closed
chrisgoffinet opened this issue Jan 15, 2022 · 0 comments · Fixed by #12
Closed

incorrect go.mod path #11

chrisgoffinet opened this issue Jan 15, 2022 · 0 comments · Fixed by #12

Comments

@chrisgoffinet
Copy link
Contributor

Looking over go.mod its currently set to toc. This should be changed to github.com/ycd/toc so this tool can be installed using:

$ go install github.com/ycd/toc

It currently fails with this:

go install: github.com/ycd/toc@latest: github.com/ycd/toc@v0.3.0: parsing go.mod:
	module declares its path as: toc
	        but was required as: github.com/ycd/toc
chrisgoffinet added a commit to threecommaio/toc that referenced this issue Jan 15, 2022
currently the tool can't be installed using `go install` due to mismatch of the path

fixes ycd#11
@ycd ycd closed this as completed in #12 Jan 15, 2022
ycd pushed a commit that referenced this issue Jan 15, 2022
currently the tool can't be installed using `go install` due to mismatch of the path

fixes #11
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 a pull request may close this issue.

1 participant