Last active
January 13, 2025 12:51
-
-
Save tiagoad/c7f94dd739854976e775f5f7b8b26495 to your computer and use it in GitHub Desktop.
Check updated golang direct dependencies in go module
This file contains 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 list -mod=mod -f '{{if and (not .Indirect) .Update}}{{.String}}{{end}}' -m -u all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment