Skip to content

Commit d17174b

Browse files
author
Kevin Cho
committed
chore(karpenter): go mod tidy
azcore is a direct import in the new azure cloudprovider.
1 parent 6e7b5b9 commit d17174b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karpenter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.26.0
44

55
require (
66
github.com/Azure/aks-flex/plugin v0.0.0-00010101000000-000000000000
7+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
78
github.com/Azure/karpenter-provider-azure v1.7.1
89
github.com/awslabs/operatorpkg v0.0.0-20250909182303-e8e550b6f339
910
github.com/go-logr/logr v1.4.3
@@ -27,7 +28,6 @@ require (
2728
github.com/Azure/azure-kusto-go v0.16.1 // indirect
2829
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
2930
github.com/Azure/azure-sdk-for-go-extensions v0.5.1 // indirect
30-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 // indirect
3131
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1 // indirect
3232
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
3333
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 // indirect

0 commit comments

Comments
 (0)