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 @@ -14,9 +14,9 @@ import (
1414 "github.com/upbound/function-azresourcegraph/input/v1beta1"
1515 "google.golang.org/protobuf/types/known/structpb"
1616
17- "github.com/crossplane/crossplane-runtime/pkg/errors"
18- "github.com/crossplane/crossplane-runtime/pkg/fieldpath"
19- "github.com/crossplane/crossplane-runtime/pkg/logging"
17+ "github.com/crossplane/crossplane-runtime/v2/ pkg/errors"
18+ "github.com/crossplane/crossplane-runtime/v2/ pkg/fieldpath"
19+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
2020 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
2121 "github.com/crossplane/function-sdk-go/request"
2222 "github.com/crossplane/function-sdk-go/resource"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "google.golang.org/protobuf/testing/protocmp"
1515 "google.golang.org/protobuf/types/known/durationpb"
1616
17- "github.com/crossplane/crossplane-runtime/pkg/logging"
17+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
1818 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
1919 "github.com/crossplane/function-sdk-go/resource"
2020 "github.com/crossplane/function-sdk-go/response"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
1010 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0
1111 github.com/alecthomas/kong v1.12.1
12- github.com/crossplane/crossplane-runtime v1.20 .0
12+ github.com/crossplane/crossplane-runtime/v2 v2.0 .0
1313 github.com/crossplane/function-sdk-go v0.4.0
1414 github.com/google/go-cmp v0.7.0
1515 google.golang.org/protobuf v1.36.6
@@ -21,6 +21,7 @@ require (
2121 dario.cat/mergo v1.0.1 // indirect
2222 github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
2323 github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
24+ github.com/crossplane/crossplane-runtime v1.18.0 // indirect
2425 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2526 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2627 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Original file line number Diff line number Diff line change @@ -36,8 +36,10 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
3636github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
3737github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
3838github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
39- github.com/crossplane/crossplane-runtime v1.20.0 h1:I54uipRIecqZyms+vz1J/l62yjVQ7HV5w+Nh3RMrUtc =
40- github.com/crossplane/crossplane-runtime v1.20.0 /go.mod h1:lfV1VJenDc9PNVLxDC80YjPoTm+JdSZ13xlS2h37Dvg =
39+ github.com/crossplane/crossplane-runtime v1.18.0 h1:aAQIMNOgPbbXaqj9CUSv+gPl3QnVbn33YlzSe145//0 =
40+ github.com/crossplane/crossplane-runtime v1.18.0 /go.mod h1:p7nVVsLn0CWjsLvLCtr7T40ErbTgNWKRxmYnwFdfXb4 =
41+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 h1:PK2pTKfshdDZ5IfoiMRiCi0PBnIjqbS0KGXEJgRdrb4 =
42+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 /go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI =
4143github.com/crossplane/function-sdk-go v0.4.0 h1:1jd+UIaZlVNQCUO4hLAgUqWBRnUKw2ObF9ZuMw5CpKk =
4244github.com/crossplane/function-sdk-go v0.4.0 /go.mod h1:jLnzUG8pt8tn/U6/uvtNStAhDjhIq4wCR31yECT54NM =
4345github.com/crossplane/upjet v1.4.1-0.20240911184956-3afbb7796d46 h1:2IH1YPTBrNmBj0Z1OCjEBTrQCuRaLutZbWLaswFeCFQ =
You can’t perform that action at this time.
0 commit comments