Update go-licenses to handle Unlicense

go-licenses v1.0.0 doesn't support Unlicense, which is used by one of
our indirect dependencies.

See #975

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-10-26 23:10:17 -06:00
parent 26aa022c59
commit efd97d56c1
2 changed files with 92 additions and 116 deletions

View File

@@ -3,7 +3,7 @@
set -e
set -u
go install github.com/google/go-licenses@v1.0.0
go install github.com/google/go-licenses@v1.6.0
if [ -d "vendor" ]; then
echo "Please remove vendor directory before running this script"