Skip to content

Instantly share code, notes, and snippets.

@tiagoad
Created May 30, 2022 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagoad/c7f94dd739854976e775f5f7b8b26495 to your computer and use it in GitHub Desktop.
Save tiagoad/c7f94dd739854976e775f5f7b8b26495 to your computer and use it in GitHub Desktop.
Check updated golang direct dependencies in go module
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