@@ -4,43 +4,45 @@ go 1.23.2
4
4
5
5
require (
6
6
github.com/go-openapi/strfmt v0.23.0
7
- github.com/go-openapi/swag v0.22.3
7
+ github.com/go-openapi/swag v0.23.0
8
8
github.com/go-test/deep v1.1.1
9
9
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
10
10
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/stretchr/testify v1.10.0
13
13
go.pinniped.dev v0.23.0
14
- golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
15
- k8s.io/apiextensions-apiserver v0.28.2
16
- k8s.io/apimachinery v0.28.2
17
- k8s.io/client-go v0.28.2
18
- sigs.k8s.io/controller-runtime v0.6.0
14
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
15
+ k8s.io/apiextensions-apiserver v0.32.1
16
+ k8s.io/apimachinery v0.32.1
17
+ k8s.io/client-go v0.32.1
18
+ sigs.k8s.io/controller-runtime v0.20.4
19
19
)
20
20
21
21
require (
22
22
github.com/ProtonMail/go-crypto v1.1.3 // indirect
23
23
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
24
24
github.com/cloudflare/circl v1.3.7 // indirect
25
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
26
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
25
27
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
26
28
github.com/oklog/ulid v1.3.1 // indirect
27
29
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
28
30
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
31
+ github.com/x448/float16 v0.8.4 // indirect
29
32
golang.org/x/mod v0.22.0 // indirect
30
33
golang.org/x/sync v0.11.0 // indirect
31
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
34
+ golang.org/x/tools v0.26.0 // indirect
32
35
)
33
36
34
37
require (
35
38
github.com/agext/levenshtein v1.2.2 // indirect
36
39
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
37
- github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
39
- github.com/evanphx/json-patch v5.6.0+incompatible // indirect
40
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
40
42
github.com/fatih/color v1.16.0 // indirect
41
43
github.com/go-logr/logr v1.4.2 // indirect
42
44
github.com/go-openapi/errors v0.22.0 // indirect
43
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
45
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
44
46
github.com/go-openapi/jsonreference v0.20.2 // indirect
45
47
github.com/gogo/protobuf v1.3.2 // indirect
46
48
github.com/golang/protobuf v1.5.4 // indirect
@@ -66,7 +68,6 @@ require (
66
68
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
67
69
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
68
70
github.com/hashicorp/yamux v0.1.1 // indirect
69
- github.com/imdario/mergo v0.3.15 // indirect
70
71
github.com/jarcoal/httpmock v1.3.1
71
72
github.com/josharian/intern v1.0.0 // indirect
72
73
github.com/json-iterator/go v1.1.12 // indirect
@@ -81,9 +82,8 @@ require (
81
82
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
82
83
github.com/modern-go/reflect2 v1.0.2 // indirect
83
84
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
84
- github.com/nxadm/tail v1.4.8 // indirect
85
85
github.com/oklog/run v1.0.0 // indirect
86
- github.com/pmezard/go-difflib v1.0.0 // indirect
86
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
87
87
github.com/spf13/pflag v1.0.5 // indirect
88
88
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
89
89
github.com/zclconf/go-cty v1.16.2 // indirect
@@ -94,19 +94,19 @@ require (
94
94
golang.org/x/sys v0.30.0 // indirect
95
95
golang.org/x/term v0.29.0 // indirect
96
96
golang.org/x/text v0.22.0 // indirect
97
- golang.org/x/time v0.3 .0 // indirect
97
+ golang.org/x/time v0.7 .0 // indirect
98
98
google.golang.org/appengine v1.6.8 // indirect
99
99
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
100
100
google.golang.org/grpc v1.69.4
101
101
google.golang.org/protobuf v1.36.3 // indirect
102
102
gopkg.in/inf.v0 v0.9.1 // indirect
103
103
gopkg.in/yaml.v2 v2.4.0
104
104
gopkg.in/yaml.v3 v3.0.1 // indirect
105
- k8s.io/api v0.28.2 // indirect
106
- k8s.io/klog/v2 v2.100 .1 // indirect
107
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
108
- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
109
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
110
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
105
+ k8s.io/api v0.32.1 // indirect
106
+ k8s.io/klog/v2 v2.130 .1 // indirect
107
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
108
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
109
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
110
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
111
111
sigs.k8s.io/yaml v1.4.0
112
112
)
0 commit comments