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 getUsedModules and modTidy to GoDriver #557

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Sep 30, 2021

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Add 2 new commands to the Go Driver:

  1. getUsedModules - run go list -f "{{with .Module}}{{.Path}} {{.Version}}{{end}}" all
  2. modTidy - run go mod tidy

@yahavi yahavi requested a review from eyalbe4 September 30, 2021 13:03
@yahavi yahavi self-assigned this Sep 30, 2021
@yahavi yahavi merged commit 67cf736 into jfrog:master Sep 30, 2021
@yahavi yahavi deleted the go-used-modules branch September 30, 2021 14:30
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