Delete .github/licenses.tmpl

This commit is contained in:
Andy Feller 2024-11-06 23:18:32 -05:00 committed by GitHub
parent ddf7287ab8
commit e629443a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/licenses.tmpl vendored
View file

@ -1,13 +0,0 @@
# GitHub CLI dependencies
The following open source dependencies are used to build the [GitHub CLI _(`gh`)_](https://github.com/cli/cli).
## Go Packages
Some packages may only be included on certain architectures or operating systems.
| **Module** | **Version** | **License** | **License File** | **Package Docs**
| ---------- | ----------- | ----------- | ---------------- | ----------------
{{- range . }}
| {{ .Name }} | {{ .Version }} | {{ .LicenseName }} | {{ .LicenseURL }} | [pkg.go.dev](https://pkg.go.dev/{{ .Name }}@{{ .Version }})
{{- end }}