-
Notifications
You must be signed in to change notification settings - Fork 139
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
invalid module name in go.mod #583
Comments
Carvel started out as a suite named "k14s" short for Kubernetes Tools. Some time back, VMware formally sponsored this project and adopted it into its OSS program. The repository was moved at that time, but the module was not renamed. Apologies for the inconvenience. Given that we're seeing more and more folks reach for a programmatic integration, I've prioritized doing this rename, soon: #585 In the meantime, feel free to rely on GitHub's redirection service:
|
FWIW, we have some preliminary guidance around integrating with ytt in this way: https://github.com/vmware-tanzu/carvel-ytt/blob/develop/examples/integrating-with-ytt/apis.md |
What steps did you take:
go get github.com/vmware-tanzu/carvel-ytt@v0
What happened:
What did you expect:
Ability to get the module or install the binary with
go install
Anything else you would like to add:
Requires to update module name in go.mod. Without this change, nobody will be able to use ytt as a go library or install it simply using go install standard command.
Environment:
ytt --version
): N/A/etc/os-release
): Ubuntu 20.04 LTS + GO 1.17.6Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: