Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update capi modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 30d1e22 commit 822cf1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
k8s.io/apiextensions-apiserver v0.24.1
k8s.io/apimachinery v0.24.1
k8s.io/client-go v0.24.1
sigs.k8s.io/cluster-api v1.1.4
sigs.k8s.io/cluster-api-provider-azure v1.3.2
sigs.k8s.io/cluster-api v1.8.3
sigs.k8s.io/cluster-api-provider-azure v1.16.1
sigs.k8s.io/yaml v1.3.0
)

Expand Down Expand Up @@ -108,5 +108,5 @@ replace (
// Mitigate a vulnerability in yaml.v1 < 2.2.8 (CVE-2019-11254)
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8

sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.4
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.3
)

0 comments on commit 822cf1f

Please sign in to comment.