@@ -7,26 +7,24 @@ toolchain go1.23.6
7
7
require (
8
8
dario.cat/mergo v1.0.1
9
9
github.com/alecthomas/kingpin/v2 v2.4.0
10
- github.com/crossplane/crossplane-runtime v1.17 .0
11
- github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
10
+ github.com/crossplane/crossplane-runtime v1.19 .0
11
+ github.com/crossplane/crossplane-tools v0.0.0-20240522174801-1ad3d4c87f21
12
12
github.com/crossplane/upjet v1.5.0
13
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
13
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
14
14
github.com/pkg/errors v0.9.1
15
- k8s.io/apimachinery v0.30.0
16
- k8s.io/client-go v0.30.0
17
- sigs.k8s.io/controller-runtime v0.18 .2
18
- sigs.k8s.io/controller-tools v0.14.0
15
+ k8s.io/apimachinery v0.32.2
16
+ k8s.io/client-go v0.32.2
17
+ sigs.k8s.io/controller-runtime v0.20 .2
18
+ sigs.k8s.io/controller-tools v0.17.2
19
19
)
20
20
21
21
require (
22
- github.com/imdario/mergo v0.3.16 // indirect
23
22
github.com/klauspost/compress v1.17.11 // indirect
24
- golang.org/x/sync v0.9 .0 // indirect
23
+ golang.org/x/sync v0.11 .0 // indirect
25
24
)
26
25
27
26
require (
28
27
github.com/agext/levenshtein v1.2.3 // indirect
29
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
30
28
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
31
29
github.com/antchfx/htmlquery v1.3.3 // indirect
32
30
github.com/antchfx/xpath v1.3.2 // indirect
@@ -35,13 +33,14 @@ require (
35
33
github.com/blang/semver/v4 v4.0.0 // indirect
36
34
github.com/cespare/xxhash/v2 v2.3.0 // indirect
37
35
github.com/dave/jennifer v1.7.1 // indirect
38
- github.com/davecgh/go-spew v1.1.1 // indirect
36
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39
37
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
40
38
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
41
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
39
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
42
40
github.com/fatih/camelcase v1.0.0 // indirect
43
41
github.com/fatih/color v1.18.0 // indirect
44
42
github.com/fsnotify/fsnotify v1.8.0 // indirect
43
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
45
44
github.com/go-logr/logr v1.4.2 // indirect
46
45
github.com/go-logr/zapr v1.3.0 // indirect
47
46
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -52,6 +51,7 @@ require (
52
51
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53
52
github.com/golang/mock v1.6.0 // indirect
54
53
github.com/golang/protobuf v1.5.4 // indirect
54
+ github.com/google/btree v1.1.3 // indirect
55
55
github.com/google/gnostic-models v0.6.8 // indirect
56
56
github.com/google/go-cmp v0.6.0 // indirect
57
57
github.com/google/gofuzz v1.2.0 // indirect
@@ -63,11 +63,11 @@ require (
63
63
github.com/hashicorp/go-version v1.7.0 // indirect
64
64
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
65
65
github.com/hashicorp/logutils v1.0.0 // indirect
66
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
66
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
67
67
github.com/hashicorp/terraform-plugin-framework v1.13.0 // indirect
68
- github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
68
+ github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
69
69
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
70
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
70
+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
71
71
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
72
72
github.com/hashicorp/yamux v0.1.2 // indirect
73
73
github.com/iancoleman/strcase v0.3.0 // indirect
@@ -94,42 +94,44 @@ require (
94
94
github.com/prometheus/procfs v0.15.1 // indirect
95
95
github.com/spf13/afero v1.11.0 // indirect
96
96
github.com/spf13/cobra v1.8.1 // indirect
97
- github.com/spf13/pflag v1.0.5 // indirect
97
+ github.com/spf13/pflag v1.0.6 // indirect
98
98
github.com/tmccombs/hcl2json v0.6.4 // indirect
99
99
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
100
100
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
101
101
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
102
+ github.com/x448/float16 v0.8.4 // indirect
102
103
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
103
104
github.com/yuin/goldmark v1.4.13 // indirect
104
- github.com/zclconf/go-cty v1.15.0 // indirect
105
+ github.com/zclconf/go-cty v1.16.2 // indirect
105
106
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
107
+ go.opentelemetry.io/otel v1.31.0 // indirect
108
+ go.opentelemetry.io/otel/trace v1.31.0 // indirect
106
109
go.uber.org/multierr v1.11.0 // indirect
107
110
go.uber.org/zap v1.27.0 // indirect
108
- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
109
111
golang.org/x/mod v0.22.0 // indirect
110
- golang.org/x/net v0.31 .0 // indirect
112
+ golang.org/x/net v0.34 .0 // indirect
111
113
golang.org/x/oauth2 v0.24.0 // indirect
112
- golang.org/x/sys v0.27 .0 // indirect
113
- golang.org/x/term v0.26 .0 // indirect
114
- golang.org/x/text v0.20 .0 // indirect
114
+ golang.org/x/sys v0.30 .0 // indirect
115
+ golang.org/x/term v0.28 .0 // indirect
116
+ golang.org/x/text v0.22 .0 // indirect
115
117
golang.org/x/time v0.8.0 // indirect
116
- golang.org/x/tools v0.27 .0 // indirect
118
+ golang.org/x/tools v0.29 .0 // indirect
117
119
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
118
120
google.golang.org/appengine v1.6.8 // indirect
119
121
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
120
- google.golang.org/grpc v1.67.1 // indirect
121
- google.golang.org/protobuf v1.35.2 // indirect
122
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
122
+ google.golang.org/grpc v1.69.4 // indirect
123
+ google.golang.org/protobuf v1.36.3 // indirect
124
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
123
125
gopkg.in/inf.v0 v0.9.1 // indirect
124
126
gopkg.in/yaml.v2 v2.4.0 // indirect
125
127
gopkg.in/yaml.v3 v3.0.1 // indirect
126
- k8s.io/api v0.30.0 // indirect
127
- k8s.io/apiextensions-apiserver v0.30.0 // indirect
128
- k8s.io/component-base v0.30.0 // indirect
128
+ k8s.io/api v0.32.2 // indirect
129
+ k8s.io/apiextensions-apiserver v0.32.1 // indirect
130
+ k8s.io/component-base v0.32.1 // indirect
129
131
k8s.io/klog/v2 v2.130.1 // indirect
130
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
131
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
132
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
132
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
133
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
134
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
133
135
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
134
136
sigs.k8s.io/yaml v1.4.0 // indirect
135
137
)
0 commit comments