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

change kingpin source from gopkg.in to github.com #21

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

Conversation

dhia-gharsallaoui
Copy link

This pull request updates the source of the kingpin library from gopkg.in/alecthomas/kingpin.v2 to github.com/alecthomas/kingpin/v2.

When I tried to build the dovecot_exporter project, I encountered an issue where the build process failed with the following error message:

go: dovecot_exporter imports gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/kingpin.v2@v2.3.2: parsing go.mod:
	module declares its path as: github.com/alecthomas/kingpin/v2
	        but was required as: gopkg.in/alecthomas/kingpin.v2

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.

1 participant