Fix up LICENSE_DEPENDENCIES.tpl for go-licenses/v2 (#3206)

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>
This commit is contained in:
Jonas Köhnen
2026-05-30 20:22:02 +02:00
committed by GitHub
parent 4a6ef40f9a
commit dd46806ac9
+5 -3
View File
@@ -5,14 +5,16 @@ license terms. These dependencies are managed via the `go.mod` and
`go.sum` files, and included in the source tarball.
The dependencies and their licenses are as follows:
{{ range . }}
{{- range . }}
## {{ .Name }}
**License:** {{ .LicenseName }}
{{- if ne .LicensePath "Unknown" }}
```
{{ .LicenseText }}
```
{{ end }}
{{- end -}}
{{- end -}}