Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .licenserc.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,5 +51,16 @@ header:
dependency:
files:
- go.mod
- package.json

licenses:
- name: github.com/xi2/xz
version: v0.0.0-20171230120015-48954b6210f8
license: Unlicense
- name: github.com/fatih/color
version: v1.17.0
license: MIT
- name: github.com/go-task/template
version: v0.0.0-20240602015157-960e6f576656
license: BSD-3-Clause
- name: github.com/olekukonko/tablewriter
version: v0.0.5
license: MIT
Loading