mirror of
https://github.com/openbao/openbao.git
synced 2026-06-01 18:57:37 +02:00
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:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user