*.sh: cleanup all white noise

Signed-off-by: Xiang Dai <long0dai@foxmail.com>
This commit is contained in:
Xiang Dai
2020-05-29 09:56:00 +08:00
parent 0891f69f5e
commit e09bc312cb
15 changed files with 20 additions and 20 deletions

View File

@@ -76,8 +76,8 @@ for forbidden_repo in "${forbidden_repos[@]}"; do
done
outdated=$(go list -m -json all | jq -r "
select(.Replace.Version != null) |
select(.Version != .Replace.Version) |
select(.Replace.Version != null) |
select(.Version != .Replace.Version) |
${filter}
select(.Path) |
\"\(.Path)