This commit introduces the use of `go-licenses` within CI/CD and manual processes for generating / updating the license information used by GitHub CLI including the code required by license to be redistributed. During GitHub CLI pull requests, the `lint` workflow will notify users if this information is not updated.
13 lines
358 B
Cheetah
13 lines
358 B
Cheetah
# GitHub CLI dependencies
|
|
|
|
The following open source dependencies are used to build the [cli/cli][] GitHub CLI.
|
|
|
|
## Go Packages
|
|
|
|
Some packages may only be included on certain architectures or operating systems.
|
|
|
|
{{ range . }}
|
|
- [{{.Name}}](https://pkg.go.dev/{{.Name}}) ([{{.LicenseName}}]({{.LicenseURL}}))
|
|
{{- end }}
|
|
|
|
[cli/cli]: https://github.com/cli/cli
|