Skip to content

Commit

Permalink
autogen: update license overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jan 2, 2025
1 parent dbc3f02 commit 45d86e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bin/list-licenses
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ -f package.json ]; then
{ echo; } 2>/dev/null
else
echo "No dependencies found in package.json" >&2
{ echo; } 2>/dev/null
fi
fi

Expand All @@ -34,5 +35,6 @@ if [ -f go.mod ]; then
# .bin/go-licenses report "$module_name" --template .bin/license-template-go.tpl 2>/dev/null
#
echo "$go_modules" | xargs -I {} sh -c '.bin/go-licenses report --template .bin/license-template-go.tpl {}' 2>/dev/null | grep -v '^$'
{ echo; } 2>/dev/null
fi
fi
1 change: 1 addition & 0 deletions .reports/dep-licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
"github.com/google/uuid","BSD-3-Clause"
"github.com/pborman/uuid","BSD-3-Clause"
"github.com/pkg/errors","BSD-2-Clause"

0 comments on commit 45d86e4

Please sign in to comment.