refactor: back out of vanity go module name #791
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aspect.build/cli
is now a re-direct todocs.aspect.build
which breaks the vanity go module name currently in use:aspect-cli/go.mod
Line 1 in f6f1f1e
This PR backs out of the vanity naming and goes back to standard
github.com/org/repo
module name for the Aspect CLI.BREAKING CHANGE
If you're depending on the aspect-cli repo in a downstream go module and want to update to the latest release, you'll need to update your go mod to depend on
github.com/aspect-build/aspect-cli
and update all corresponding import paths. The release that makes this change will be cut after this PR lands. The version is likely to be2024.49.19
with the corresponding go module version ofv1.202449.18
.