File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ha
55
66go 1.22.5
77
8+ toolchain go1.24.1
9+
810require (
911 github.com/blang/semver/v4 v4.0.0
1012 github.com/d2iq-labs/helm-list-images v0.12.0
1113 gopkg.in/yaml.v2 v2.4.0
1214 k8s.io/api v0.31.7
1315 k8s.io/apimachinery v0.31.7
1416 sigs.k8s.io/cluster-api v1.9.6
15- sigs.k8s.io/controller-runtime v0.19.6
17+ sigs.k8s.io/controller-runtime v0.19.7
1618 sigs.k8s.io/yaml v1.4.0
1719)
1820
Original file line number Diff line number Diff line change @@ -1490,8 +1490,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.19/go.mod h1:LEScyz
14901490sigs.k8s.io/cluster-api v1.9.6 h1:2jZ434qC0bzrPQzmRDm4/b0PZWVMnOocoCjsAonQN5Q =
14911491sigs.k8s.io/cluster-api v1.9.6 /go.mod h1:DyqyZ4jRvKGKewDRn1Q4OCHaVjsdTogymbO6mrgHEDI =
14921492sigs.k8s.io/controller-runtime v0.9.5 /go.mod h1:q6PpkM5vqQubEKUKOM6qr06oXGzOBcCby1DA9FbyZeA =
1493- sigs.k8s.io/controller-runtime v0.19.6 h1:fuq53qTLQ7aJTA7aNsklNnu7eQtSFqJUomOyM+phPLk =
1494- sigs.k8s.io/controller-runtime v0.19.6 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
1493+ sigs.k8s.io/controller-runtime v0.19.7 h1:DLABZfMr20A+AwCZOHhcbcu+TqBXnJZaVBri9K3EO48 =
1494+ sigs.k8s.io/controller-runtime v0.19.7 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
14951495sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
14961496sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
14971497sigs.k8s.io/kustomize/api v0.8.5 /go.mod h1:M377apnKT5ZHJS++6H4rQoCHmWtt6qTpp3mbe7p6OLY =
You can’t perform that action at this time.
0 commit comments