File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/alitto/pond v1.9.2
7- github.com/crossplane/crossplane-runtime v1.20 .0
7+ github.com/crossplane/crossplane-runtime/v2 v2.0 .0
88 github.com/go-logr/logr v1.4.3
99 github.com/go-logr/zapr v1.3.0
1010 github.com/sethvargo/go-envconfig v1.3.0
@@ -17,6 +17,7 @@ require (
1717
1818require (
1919 dario.cat/mergo v1.0.2 // indirect
20+ github.com/crossplane/crossplane-runtime v1.16.0 // indirect
2021 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2122 github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2223 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
77github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
88github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
99github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
10- github.com/crossplane/crossplane-runtime v1.20.0 h1:I54uipRIecqZyms+vz1J/l62yjVQ7HV5w+Nh3RMrUtc =
11- github.com/crossplane/crossplane-runtime v1.20.0 /go.mod h1:lfV1VJenDc9PNVLxDC80YjPoTm+JdSZ13xlS2h37Dvg =
10+ github.com/crossplane/crossplane-runtime v1.16.0 h1:lz+l0wEB3qowdTmN7t0PZkfuNSvfOoEhQrEYFbYqMow =
11+ github.com/crossplane/crossplane-runtime v1.16.0 /go.mod h1:Pz2tdGVMF6KDGzHZOkvKro0nKc8EzK0sb/nSA7pH4Dc =
12+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 h1:PK2pTKfshdDZ5IfoiMRiCi0PBnIjqbS0KGXEJgRdrb4 =
13+ github.com/crossplane/crossplane-runtime/v2 v2.0.0 /go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI =
1214github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1315github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1416github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313 "strings"
1414
1515 "github.com/alitto/pond"
16- v1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
17- "github.com/crossplane/crossplane-runtime/pkg/resource"
16+ v1 "github.com/crossplane/crossplane-runtime/v2/ apis/common/v1"
17+ "github.com/crossplane/crossplane-runtime/v2/ pkg/resource"
1818 "github.com/go-logr/logr"
1919 "github.com/upbound/provider-terraform/apis/v1beta1"
2020 corev1 "k8s.io/api/core/v1"
You can’t perform that action at this time.
0 commit comments