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 module path #302

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Update module path #302

merged 1 commit into from
Apr 14, 2022

Conversation

remilapeyre
Copy link
Contributor

I'm not sure to get how Go modules work but trying to use pebble as a dependency in another project fails:

$ go get -u github.com/letsencrypt/pebble/v2    
go get github.com/letsencrypt/pebble/v2: module github.com/letsencrypt/pebble@upgrade found (v1.0.1), but does not contain package github.com/letsencrypt/pebble/v2

According to golang/go#35732 it looks like the path in the go.mod file needs to be synced with the published tags.

Copy link
Contributor

@jsha jsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct. Thanks!

@jsha jsha merged commit b401ce6 into letsencrypt:master Apr 14, 2022
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