Skip to content

Commit

Permalink
Upgrade addon-framework to fix a mca condition error.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
(cherry picked from commit 428213d2933a5ec04392cf244e9ae0ad63e50251)
  • Loading branch information
xuezhaojun authored and Magic Mirror committed Jun 3, 2024
1 parent 28aa61e commit dedd6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
k8s.io/client-go v0.29.5
k8s.io/component-base v0.29.5
k8s.io/klog/v2 v2.120.1
open-cluster-management.io/addon-framework v0.9.3-0.20240529010339-cee1ae42534b
open-cluster-management.io/addon-framework v0.9.3-0.20240603141648-c8c2cd99a100
open-cluster-management.io/api v0.13.0
sigs.k8s.io/controller-runtime v0.17.5
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a h1:zD1uj3Jf+mD4zmA7W+goE5
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a/go.mod h1:UxDHUPsUwTOOxSU+oXURfFBcAS6JwiRXTYqYwfuGowc=
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCIXHaathvJg1C3ak=
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
open-cluster-management.io/addon-framework v0.9.3-0.20240529010339-cee1ae42534b h1:MDVxeh+XSIiysO5Ssp9gitIWYLijMgJapITY/UpyltQ=
open-cluster-management.io/addon-framework v0.9.3-0.20240529010339-cee1ae42534b/go.mod h1:LDkGLGTQh+sthF1qWlv87iMeAuRPsNEMK31O14kMneA=
open-cluster-management.io/addon-framework v0.9.3-0.20240603141648-c8c2cd99a100 h1:w46mps4QEb0iL6ls8ocRicT80zUgSIDQKSoYkwS+LZ4=
open-cluster-management.io/addon-framework v0.9.3-0.20240603141648-c8c2cd99a100/go.mod h1:LDkGLGTQh+sthF1qWlv87iMeAuRPsNEMK31O14kMneA=
open-cluster-management.io/api v0.13.0 h1:dlcJEZlNlE0DmSDctK2s7iWKg9l+Tgb0V78Z040nMuk=
open-cluster-management.io/api v0.13.0/go.mod h1:CuCPEzXDvOyxBB0H1d1eSeajbHqaeGEKq9c63vQc63w=
open-cluster-management.io/sdk-go v0.13.1-0.20240416062924-20307e6fe090 h1:zFmHuW+ztdfUUNslqNW+H1WEcfdEUQHoRDbmdajX340=
Expand Down

0 comments on commit dedd6f6

Please sign in to comment.