* chore(deps): upgrade all go modules
This change upgrades all go.mod dependecies. As well as Makefile tools.
There where some imports that still used the old and deprecated
`github.com/golang/protobuf/ptypes` package.
These have been moved to the equivelant
`google.golang.org/protobuf/types/known` package.
The `internal/proto` package is removed as was only used once.
With a simple refactor in the Validator it became completely obsolete.
* fix validate unit test
* cleanup merge
* update otel
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
* set avatarurl if available
* lint
* force sidemargin
* dont load image via asset
* rm log
* stylelint
* add ZITADEL domain to csp img src
* sanitize url
* fix undefined link projects
* use name as fallback
* operator: rename uploadServiceURL to assetServiceURL in environment json for console
* remove data
* rm logs
* center crop image
* add avatar to changes
Co-authored-by: Livio Amstutz <livio.a@gmail.com>