replace some usages of github.com/pkg/errors

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-05-07 10:38:14 -07:00
parent 809dfe964f
commit f9a863f220
9 changed files with 16 additions and 16 deletions
@@ -8,6 +8,7 @@ import (
"crypto/ed25519"
"crypto/x509"
"encoding/json"
"errors"
"fmt"
"math/rand"
"net/url"
@@ -21,7 +22,6 @@ import (
fositeoauth2 "github.com/ory/fosite/handler/oauth2"
"github.com/ory/fosite/handler/openid"
fositejwt "github.com/ory/fosite/token/jwt"
"github.com/pkg/errors"
"github.com/stretchr/testify/require"
corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"