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 alecthomas/kingpin package import #20

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

Conversation

davidferlay
Copy link

@davidferlay davidferlay commented Feb 23, 2023

  • alecthomas/kingpin has recently changed where the package is hosted.
  • This has the consequence to make "go mod tidy" in dovecot_exporter to fail with error :
#15 0.425 go: dovecot_exporter imports
#15 0.425 	gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/kingpin.v2@v2.3.1: parsing go.mod:
#15 0.425 	module declares its path as: github.com/alecthomas/kingpin/v2
#15 0.425 	        but was required as: gopkg.in/alecthomas/kingpin.v2
  • This PR fixes that issue and make dovecot_exporter buildable again

alecthomas/kingpin has recently changed where the package is hosted.
This has the consequence to make "go mod tidy" in dovecot_exporter to fail with error : 

kumina#15 0.425 go: dovecot_exporter imports
kumina#15 0.425 	gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/kingpin.v2@v2.3.1: parsing go.mod:
kumina#15 0.425 	module declares its path as: github.com/alecthomas/kingpin/v2
kumina#15 0.425 	        but was required as: gopkg.in/alecthomas/kingpin.v2
@auge02-git
Copy link

do it please

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