Skip to content

Commit 96324c3

Browse files
committed
chore(deps): Use keyfactor-go-client-sdk v25.0.2
1 parent de8dd0d commit 96324c3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

e2e/run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ echo ""
519519
# Deploy Issuer
520520
echo "🔐 Deploying $ISSUER_NAMESPACE namespace if not exists..."
521521
kubectl create namespace ${ISSUER_NAMESPACE} --dry-run=client -o yaml | kubectl apply -f -
522+
regenerate_issuer
522523
echo "$ISSUER_NAMESPACE namespace is ready"
523524
echo ""
524525

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.0
66

77
require (
88
github.com/Keyfactor/keyfactor-auth-client-go v1.3.0
9-
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2-rc.0
9+
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2
1010
github.com/cert-manager/cert-manager v1.16.2
1111
github.com/go-logr/logr v1.4.2
1212
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJ
2424
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
2525
github.com/Keyfactor/keyfactor-auth-client-go v1.3.0 h1:otC213b6CYzqeN9b3CRlH1Qj1hTFIN5nqPA8gTlHdLg=
2626
github.com/Keyfactor/keyfactor-auth-client-go v1.3.0/go.mod h1:97vCisBNkdCK0l2TuvOSdjlpvQa4+GHsMut1UTyv1jo=
27-
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2-rc.0 h1:Un+Lch8G/S8oGSIc868ZTeH6YfJcePVH28nQVjMqWQg=
28-
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2-rc.0/go.mod h1:VnVW8x+pChhnOWBR1PNYPeCQQjlWIK1bwHI8i8j7UPI=
27+
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2 h1:7VsZOYgMHAO2a1eeyVgDKel9TJXXYRQpd1EvSvp8lKA=
28+
github.com/Keyfactor/keyfactor-go-client-sdk/v25 v25.0.2/go.mod h1:VnVW8x+pChhnOWBR1PNYPeCQQjlWIK1bwHI8i8j7UPI=
2929
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa h1:LHTHcTQiSGT7VVbI0o4wBRNQIgn917usHWOd6VAffYI=
3030
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=
3131
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)