Skip to content

Commit

Permalink
Remove unexpected source URLs from the dependencies report (#22538) (#…
Browse files Browse the repository at this point in the history
…22565)

Source URLs should be specified only for dependencies that we are
re-hosting. Remove it from all the Go dependencies, that are obtained
from mainstream URLs.

(cherry picked from commit 32ca14a)
  • Loading branch information
jsoriano authored Nov 17, 2020
1 parent d051760 commit bfe9c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/notice/dependencies.csv.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- define "depInfo" -}}
{{- range $i, $dep := . }}
{{ $dep.Name }},{{ $dep.URL }},{{ $dep.Version | canonicalVersion }},{{ $dep.Version | revision }},{{ $dep.LicenceType }},{{ $dep.URL }}
{{ $dep.Name }},{{ $dep.URL }},{{ $dep.Version | canonicalVersion }},{{ $dep.Version | revision }},{{ $dep.LicenceType }},
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit bfe9c05

Please sign in to comment.