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

Add go.mod file to define dependencies #24

Closed
wants to merge 1 commit into from

Conversation

c0d1ngm0nk3y
Copy link

Summary

To install the locket cli, we call go install code.cloudfoundry.org/locket/cmd/locket@latest. But currently this is not possible because the dependencies are not managed. Adding a go.mod and a go.sum file will define the used dependencies.

Backward Compatibility

Breaking Change? No

@c0d1ngm0nk3y c0d1ngm0nk3y requested a review from a team as a code owner May 27, 2024 11:44
@MarcPaquette
Copy link
Contributor

To reiterate the comments mentioned

@c0d1ngm0nk3y ,

We do have long term plans to change the way we go mod'd our release, but at this time we're in a bit of a tangled web. Putting a go.mod on this repo would have consequences elsewhere in a way that we're not fully ready to deal with yet.

We understand this is not an ideal scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants