gitea/assets
silverwind b9d323c3d8
Replace `google/go-licenses` with custom generation (#36575)
Rewrite `build/generate-go-licenses.go` to use `go list -m -json all`
and read license files directly from the Go module cache instead of
relying on the buggy `google/go-licenses` tool.

This removes the need for CGO, GOOS=linux, and the intermediate temp
directory, while being like 100 times faster than before:

```
$ rm assets/go-licenses.json && time make assets/go-licenses.json
go run build/generate-go-licenses.go assets/go-licenses.json
make assets/go-licenses.json  0.21s user 0.22s system 173% cpu 0.247 total

---------

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 04:13:26 +00:00
..
emoji.json Update emoji data for Unicode 16 (#36596) 2026-02-12 21:39:36 +00:00
favicon.svg Add the possibility to allow the user to have a favicon which differs from the main logo (#18542) 2022-05-23 23:54:48 +08:00
go-licenses.json Replace `google/go-licenses` with custom generation (#36575) 2026-02-18 04:13:26 +00:00
logo.svg Clean up SVG (#13680) 2020-12-17 16:33:53 -05:00
misspellings.csv Move `codeformat` folder to tools (#35758) 2025-10-28 11:23:50 +00:00