zitadel/internal/api/grpc/server
Tim Möhlmann 081a0b4cb7
chore(deps): upgrade all go modules (#6895)
* 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>
2023-11-13 10:41:29 +00:00
..
middleware feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
gateway.go feat: improve UX for external configuration (#6861) 2023-11-09 11:30:15 +01:00
probes_test.go chore(deps): upgrade all go modules (#6895) 2023-11-13 10:41:29 +00:00
probes.go chore(deps): upgrade all go modules (#6895) 2023-11-13 10:41:29 +00:00
server.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00