Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/third-party/capx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.24.0

toolchain go1.24.3

require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0
require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.2

require (
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions hack/third-party/capx/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0 h1:HLfiahNib53AzH5frN5OG5Xoimr8G4DqnpR/inpBnXg=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0/go.mod h1:6AJwae8W/nGmITlnuTnvMxCxxztctEAUJulxC9z/jgU=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.2 h1:+ppriYkMNsQPE6+pa0WOPOXsY/G8ZIZmF5gRjhi2RZU=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.2/go.mod h1:6AJwae8W/nGmITlnuTnvMxCxxztctEAUJulxC9z/jgU=
github.com/nutanix-cloud-native/prism-go-client v0.5.0 h1:aSNuKDOK7+q676MQyetYXcySY41IjSvN2UmrDIU3+6s=
github.com/nutanix-cloud-native/prism-go-client v0.5.0/go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk=
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus=
Expand Down
Loading