File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import (
1010 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1111 "k8s.io/utils/ptr"
1212
13- xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
14- "github.com/crossplane/crossplane-runtime/pkg/errors"
15- "github.com/crossplane/crossplane-runtime/pkg/logging"
16- "github.com/crossplane/crossplane-runtime/pkg/resource"
13+ xpv1 "github.com/crossplane/crossplane-runtime/v2/ apis/common/v1"
14+ "github.com/crossplane/crossplane-runtime/v2/ pkg/errors"
15+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
16+ "github.com/crossplane/crossplane-runtime/v2/ pkg/resource"
1717 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
1818 "github.com/crossplane/function-sdk-go/request"
1919 sdkresource "github.com/crossplane/function-sdk-go/resource"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "google.golang.org/protobuf/types/known/durationpb"
1212 "k8s.io/utils/ptr"
1313
14- "github.com/crossplane/crossplane-runtime/pkg/logging"
14+ "github.com/crossplane/crossplane-runtime/v2/ pkg/logging"
1515 fnv1 "github.com/crossplane/function-sdk-go/proto/v1"
1616 "github.com/crossplane/function-sdk-go/resource"
1717 "github.com/crossplane/function-sdk-go/response"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.4
44
55require (
66 github.com/alecthomas/kong v1.11.0
7- github.com/crossplane/crossplane-runtime v1.20 .0
7+ github.com/crossplane/crossplane-runtime/v2 v2.0 .0
88 github.com/crossplane/function-sdk-go v0.4.0
99 github.com/google/go-cmp v0.7.0
1010 google.golang.org/protobuf v1.36.6
@@ -15,6 +15,7 @@ require (
1515
1616require (
1717 dario.cat/mergo v1.0.1 // indirect
18+ github.com/crossplane/crossplane-runtime v1.18.0 // indirect
1819 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1920 github.com/emicklei/go-restful/v3 v3.12.1 // indirect
2021 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2y
2121github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
2222github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
2323github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
24- github.com/crossplane/crossplane-runtime v1.20.0 h1:I54uipRIecqZyms+vz1J/l62yjVQ7HV5w+Nh3RMrUtc =
25- github.com/crossplane/crossplane-runtime v1.20.0 /go.mod h1:lfV1VJenDc9PNVLxDC80YjPoTm+JdSZ13xlS2h37Dvg =
24+ github.com/crossplane/crossplane-runtime v1.18.0 h1:aAQIMNOgPbbXaqj9CUSv+gPl3QnVbn33YlzSe145//0 =
25+ github.com/crossplane/crossplane-runtime v1.18.0 /go.mod h1:p7nVVsLn0CWjsLvLCtr7T40ErbTgNWKRxmYnwFdfXb4 =
26+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 h1:PK2pTKfshdDZ5IfoiMRiCi0PBnIjqbS0KGXEJgRdrb4 =
27+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 /go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI =
2628github.com/crossplane/function-sdk-go v0.4.0 h1:1jd+UIaZlVNQCUO4hLAgUqWBRnUKw2ObF9ZuMw5CpKk =
2729github.com/crossplane/function-sdk-go v0.4.0 /go.mod h1:jLnzUG8pt8tn/U6/uvtNStAhDjhIq4wCR31yECT54NM =
2830github.com/crossplane/upjet v1.4.1-0.20240911184956-3afbb7796d46 h1:2IH1YPTBrNmBj0Z1OCjEBTrQCuRaLutZbWLaswFeCFQ =
You can’t perform that action at this time.
0 commit comments