File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222 "google.golang.org/protobuf/types/known/structpb"
2323 "k8s.io/utils/ptr"
2424
25- "github.com/crossplane/crossplane-runtime/pkg/errors"
26- "github.com/crossplane/crossplane-runtime/pkg/logging"
25+ "github.com/crossplane/crossplane-runtime/v2/ pkg/errors"
26+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
2727 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
2828 "github.com/crossplane/function-sdk-go/request"
2929 "github.com/crossplane/function-sdk-go/resource"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212 "google.golang.org/protobuf/types/known/durationpb"
1313 "k8s.io/utils/ptr"
1414
15- "github.com/crossplane/crossplane-runtime/pkg/errors"
16- "github.com/crossplane/crossplane-runtime/pkg/logging"
15+ "github.com/crossplane/crossplane-runtime/v2/ pkg/errors"
16+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
1717 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
1818 "github.com/crossplane/function-sdk-go/resource"
1919 "github.com/crossplane/function-sdk-go/response"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.5
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
99 github.com/alecthomas/kong v1.12.1
10- github.com/crossplane/crossplane-runtime v1.20 .0
10+ github.com/crossplane/crossplane-runtime/v2 v2.0 .0
1111 github.com/crossplane/function-sdk-go v0.5.0-rc.0.0.20250805171053-2910b68d255d
1212 github.com/google/go-cmp v0.7.0
1313 github.com/microsoft/kiota-authentication-azure-go v1.3.1
@@ -23,6 +23,7 @@ require (
2323 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 // indirect
2424 github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
2525 github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
26+ github.com/crossplane/crossplane-runtime v1.18.0 // indirect
2627 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2728 github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2829 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
4040github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
4141github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
4242github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
43- github.com/crossplane/crossplane-runtime v1.20.0 h1:I54uipRIecqZyms+vz1J/l62yjVQ7HV5w+Nh3RMrUtc =
44- github.com/crossplane/crossplane-runtime v1.20.0 /go.mod h1:lfV1VJenDc9PNVLxDC80YjPoTm+JdSZ13xlS2h37Dvg =
43+ github.com/crossplane/crossplane-runtime v1.18.0 h1:aAQIMNOgPbbXaqj9CUSv+gPl3QnVbn33YlzSe145//0 =
44+ github.com/crossplane/crossplane-runtime v1.18.0 /go.mod h1:p7nVVsLn0CWjsLvLCtr7T40ErbTgNWKRxmYnwFdfXb4 =
45+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 h1:PK2pTKfshdDZ5IfoiMRiCi0PBnIjqbS0KGXEJgRdrb4 =
46+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 /go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI =
4547github.com/crossplane/function-sdk-go v0.5.0-rc.0.0.20250805171053-2910b68d255d h1:bzt8qEg9I2GrLc216IuuTn4x+GECxc+DoGlDZ4PMuJY =
4648github.com/crossplane/function-sdk-go v0.5.0-rc.0.0.20250805171053-2910b68d255d /go.mod h1:fEwSBgMH6+kicaBeOWz6PZRwhjLg4tu9QEDeP/9O2yE =
4749github.com/crossplane/upjet v1.4.1-0.20240911184956-3afbb7796d46 h1:2IH1YPTBrNmBj0Z1OCjEBTrQCuRaLutZbWLaswFeCFQ =
You can’t perform that action at this time.
0 commit comments