/godeps

Primary LanguageGo

godeps

  • backup old go.mod
  • go get ./...
  • go mod tidy
  • git diff go.mod
  • parse diff
  • iterate over changes
    • check if there is an existing PR
    • if not
      • create new branch
      • patch the single line
      • commit
      • push
      • create new PR