Skip to content

Commit

Permalink
Fix the if condition for compress
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jan 16, 2025
1 parent a1f46e7 commit 601d719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This file lists the dependencies used in this repository.
{{/* compress has actually a BSD 3-Clause license, but the License file in the repo confuses go-license tooling, hence the manual exception */}}
| Dependency | License |
|--------------------------------------------------|-----------------------------------------|
{{ range . }}| {{ .Name }} | {{ if eq .Name "github.com/klauspost/compress" }}BSD 3-Clause{{ else }}{{ .LicenseName }}{{ end }} |
{{ range . }}| {{ .Name }} | {{ if eq .Name "github.com/klauspost/compress/flate" }}BSD 3-Clause{{ else }}{{ .LicenseName }}{{ end }} |
{{ end }}

0 comments on commit 601d719

Please sign in to comment.