Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Fixing up dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Feb 28, 2023
1 parent 05b915f commit 3de81ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public String generate(@NonNull final RepoClient accessor) {
RunStep.builder()
.name("List Dependencies")
.shell("bash")
.run("go list > dependencies.txt")
.run("go list -m all > dependencies.txt")
.build())
.add(GIT_BUILDER.collectDependencies())
.add(
Expand Down

0 comments on commit 3de81ac

Please sign in to comment.