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. |
||
|---|---|---|
| .. | ||
| oidc_suite_test.go | ||
| provider.go | ||
| provider_test.go | ||
| provider_verifier.go | ||
| provider_verifier_test.go | ||
| verifier.go | ||
| verifier_test.go | ||