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

cmd/go: add subcommand to manage dependencies #17820

Closed
m-abdalrahman opened this issue Nov 6, 2016 · 2 comments
Closed

cmd/go: add subcommand to manage dependencies #17820

m-abdalrahman opened this issue Nov 6, 2016 · 2 comments

Comments

@m-abdalrahman
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.7.3

What operating system and processor architecture are you using (go env)?

N/A

What is your suggestion?

add vendor subcommand for example to mange dependencies inside vendor directory

What did you expect to see?

go vendor golang.org/x/sys download golang.org/x/sys pkg inside vendor directory
go vendor -u golang.org/x/sys update golang.org/x/sys pkg
go vendor -u update all packages
go vendor -l list all packages inside vendor directory
go vendor -d golang.org/x/sys delete golang.org/x/sys pkg

@wendigo
Copy link

wendigo commented Nov 6, 2016

What you're proposing is already discussed in https://docs.google.com/document/d/18tNd8r5DV0yluCR7tPvkMTsWD_lYcRO7NhpNSDymRr8/edit

@bradfitz bradfitz changed the title add subcommand to manage dependencies cmd/go: add subcommand to manage dependencies Nov 6, 2016
@bradfitz bradfitz added this to the Go1.9Maybe milestone Nov 6, 2016
@bradfitz bradfitz assigned spf13 and adg Nov 6, 2016
@adg
Copy link
Contributor

adg commented Nov 6, 2016

I'm going to close this, as work is underway to solve this issue.

@adg adg closed this as completed Nov 6, 2016
@golang golang locked and limited conversation to collaborators Nov 6, 2017
@rsc rsc unassigned spf13 and adg Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants