Skip to content

Instantly share code, notes, and snippets.

@kralicky
Last active November 3, 2023 06:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kralicky/b0d6951e3b142137f03937304f33bc16 to your computer and use it in GitHub Desktop.
Save kralicky/b0d6951e3b142137f03937304f33bc16 to your computer and use it in GitHub Desktop.
Go graph download: recursive go mod download with all dependency versions
go mod graph | awk '{print $2}' | sort -u | xargs go mod download
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment