Add go licenses to licenses.txt (#21034)

`make go-licenses` will generate `assets/go-licenses.json` which is then included in the webpack build. 

This step depends on both go and node being present, so unfortunately, I could not automate the generation by hooking it up to `tidy` as that target is triggered on CI where we do not have a docker image with both go an node.

It should be ran from time to time, ideally after each go mod update.
This commit is contained in:
silverwind 2022-09-04 00:20:46 +02:00 committed by GitHub
parent 82c6f7bf4a
commit 49efd1fb96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 827 additions and 7 deletions

762
assets/go-licenses.json Normal file

File diff suppressed because one or more lines are too long