Last active
July 4, 2024 20:27
-
-
Save kralicky/b0d6951e3b142137f03937304f33bc16 to your computer and use it in GitHub Desktop.
Go graph download: recursive go mod download with all dependency versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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