oauth2-proxy/pkg/providers
Olivier Mengué 5176b2a6ec chore(deps): replace k8s.io/apimachinery/pkg/util/errors with errors.Join
Drop use of k8s.io/apimachinery/pkg/util/errors.NewAggregate and replace
to with errors.Join which is available in stdlib since Go 1.20.

This allows to drop one dependency (which itself brings its own
contraints in its go.mod) and use more standard behavior from stdlib.
2025-08-01 13:06:51 +02:00
..
oidc chore(deps): replace k8s.io/apimachinery/pkg/util/errors with errors.Join 2025-08-01 13:06:51 +02:00
util feat: ability to parse JWT encoded profile claims (#3014) 2025-04-28 16:39:09 +02:00