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 91e7bdb commit efb37b6
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 @@ -2,3 +2,4 @@
"golang.org/x/oauth2","BSD-3-Clause"
"github.com/stretchr/testify","MIT"
"golang.org/x/oauth2","BSD-3-Clause"

0 comments on commit efb37b6

Please sign in to comment.