Delete .github/licenses.tmpl
This commit is contained in:
parent
ddf7287ab8
commit
e629443a2c
1 changed files with 0 additions and 13 deletions
13
.github/licenses.tmpl
vendored
13
.github/licenses.tmpl
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue