Skip to content

Instantly share code, notes, and snippets.

@GauntletWizard
Created January 11, 2019 06:46
Show Gist options
  • Select an option

  • Save GauntletWizard/1fbc0bc8e601292c63f1ad1c94f3f075 to your computer and use it in GitHub Desktop.

Select an option

Save GauntletWizard/1fbc0bc8e601292c63f1ad1c94f3f075 to your computer and use it in GitHub Desktop.
go list -f "{{range .Deps}}{{.}} {{end}}" | xargs go list -f "{{if not .Standard}}{{.ImportPath}} {{end}}" | xargs bazel run //:gazelle -- update-repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment