diff --git a/.github/licenses.tmpl b/.github/licenses.tmpl deleted file mode 100644 index 4a9083e92..000000000 --- a/.github/licenses.tmpl +++ /dev/null @@ -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 }}