Skip to content

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/[email protected]: 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/[email protected]: 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