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
5
5
6
6
go 1.22.5
7
7
8
+ toolchain go1.24.1
9
+
8
10
require (
9
11
github.com/blang/semver/v4 v4.0.0
10
12
github.com/d2iq-labs/helm-list-images v0.12.0
11
13
gopkg.in/yaml.v2 v2.4.0
12
14
k8s.io/api v0.31.7
13
15
k8s.io/apimachinery v0.31.7
14
16
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
16
18
sigs.k8s.io/yaml v1.4.0
17
19
)
18
20
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
1490
1490
sigs.k8s.io/cluster-api v1.9.6 h1:2jZ434qC0bzrPQzmRDm4/b0PZWVMnOocoCjsAonQN5Q =
1491
1491
sigs.k8s.io/cluster-api v1.9.6 /go.mod h1:DyqyZ4jRvKGKewDRn1Q4OCHaVjsdTogymbO6mrgHEDI =
1492
1492
sigs.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 =
1495
1495
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
1496
1496
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
1497
1497
sigs.k8s.io/kustomize/api v0.8.5 /go.mod h1:M377apnKT5ZHJS++6H4rQoCHmWtt6qTpp3mbe7p6OLY =
You can’t perform that action at this time.
0 commit comments