1
1
module github.com/a1994sc/provider-nexus
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
- toolchain go1.22.2
5
+ toolchain go1.22.3
6
6
7
7
require (
8
8
dario.cat/mergo v1.0.0
9
9
github.com/alecthomas/kingpin/v2 v2.4.0
10
- github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240424114634-8641eb2ba384
11
- github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
12
- github.com/crossplane/upjet v1.3 .0
13
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33 .0
10
+ github.com/crossplane/crossplane-runtime v1.16.0
11
+ github.com/crossplane/crossplane-tools v0.0.0-20240522174801-1ad3d4c87f21
12
+ github.com/crossplane/upjet v1.4 .0
13
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.34 .0
14
14
github.com/pkg/errors v0.9.1
15
- k8s.io/apimachinery v0.29.4
16
- k8s.io/client-go v0.29.4
17
- sigs.k8s.io/controller-runtime v0.17 .3
18
- sigs.k8s.io/controller-tools v0.14 .0
15
+ k8s.io/apimachinery v0.30.1
16
+ k8s.io/client-go v0.30.1
17
+ sigs.k8s.io/controller-runtime v0.18 .3
18
+ sigs.k8s.io/controller-tools v0.15 .0
19
19
)
20
20
21
21
require (
22
22
github.com/agext/levenshtein v1.2.3 // indirect
23
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
24
23
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
25
24
github.com/antchfx/htmlquery v1.2.4 // indirect
26
25
github.com/antchfx/xpath v1.2.0 // indirect
27
26
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
28
27
github.com/beorn7/perks v1.0.1 // indirect
29
28
github.com/blang/semver/v4 v4.0.0 // indirect
30
29
github.com/cespare/xxhash/v2 v2.2.0 // indirect
31
- github.com/dave/jennifer v1.4.1 // indirect
30
+ github.com/dave/jennifer v1.7.0 // indirect
32
31
github.com/davecgh/go-spew v1.1.1 // indirect
33
32
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
34
33
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
35
- github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
34
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
36
35
github.com/fatih/camelcase v1.0.0 // indirect
37
36
github.com/fatih/color v1.16.0 // indirect
38
37
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -49,17 +48,17 @@ require (
49
48
github.com/google/gnostic-models v0.6.8 // indirect
50
49
github.com/google/go-cmp v0.6.0 // indirect
51
50
github.com/google/gofuzz v1.2.0 // indirect
52
- github.com/google/uuid v1.4 .0 // indirect
51
+ github.com/google/uuid v1.6 .0 // indirect
53
52
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
54
53
github.com/hashicorp/go-hclog v1.5.0 // indirect
55
54
github.com/hashicorp/go-plugin v1.6.0 // indirect
56
55
github.com/hashicorp/go-uuid v1.0.3 // indirect
57
56
github.com/hashicorp/go-version v1.6.0 // indirect
58
- github.com/hashicorp/hcl/v2 v2.19 .1 // indirect
57
+ github.com/hashicorp/hcl/v2 v2.20 .1 // indirect
59
58
github.com/hashicorp/logutils v1.0.0 // indirect
60
- github.com/hashicorp/terraform-json v0.21.0 // indirect
59
+ github.com/hashicorp/terraform-json v0.22.1 // indirect
61
60
github.com/hashicorp/terraform-plugin-framework v1.4.1 // indirect
62
- github.com/hashicorp/terraform-plugin-go v0.22 .0 // indirect
61
+ github.com/hashicorp/terraform-plugin-go v0.23 .0 // indirect
63
62
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
64
63
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
65
64
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
@@ -97,33 +96,33 @@ require (
97
96
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
98
97
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
99
98
github.com/yuin/goldmark v1.4.13 // indirect
100
- github.com/zclconf/go-cty v1.14.2 // indirect
99
+ github.com/zclconf/go-cty v1.14.4 // indirect
101
100
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
102
101
go.uber.org/multierr v1.11.0 // indirect
103
102
go.uber.org/zap v1.26.0 // indirect
104
103
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
105
- golang.org/x/mod v0.15.0 // indirect
106
- golang.org/x/net v0.23.0 // indirect
107
- golang.org/x/oauth2 v0.15.0 // indirect
108
- golang.org/x/sys v0.18.0 // indirect
109
- golang.org/x/term v0.18.0 // indirect
110
- golang.org/x/text v0.14.0 // indirect
104
+ golang.org/x/mod v0.17.0 // indirect
105
+ golang.org/x/net v0.24.0 // indirect
106
+ golang.org/x/oauth2 v0.17.0 // indirect
107
+ golang.org/x/sync v0.7.0 // indirect
108
+ golang.org/x/sys v0.20.0 // indirect
109
+ golang.org/x/term v0.19.0 // indirect
110
+ golang.org/x/text v0.15.0 // indirect
111
111
golang.org/x/time v0.5.0 // indirect
112
- golang.org/x/tools v0.17 .0 // indirect
112
+ golang.org/x/tools v0.20 .0 // indirect
113
113
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114
114
google.golang.org/appengine v1.6.8 // indirect
115
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
116
- google.golang.org/grpc v1.61.1 // indirect
117
- google.golang.org/protobuf v1.33.0 // indirect
118
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
115
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
116
+ google.golang.org/grpc v1.63.2 // indirect
117
+ google.golang.org/protobuf v1.34.0 // indirect
119
118
gopkg.in/inf.v0 v0.9.1 // indirect
120
119
gopkg.in/yaml.v2 v2.4.0 // indirect
121
120
gopkg.in/yaml.v3 v3.0.1 // indirect
122
- k8s.io/api v0.29.4 // indirect
123
- k8s.io/apiextensions-apiserver v0.29.2 // indirect
124
- k8s.io/component-base v0.29.2 // indirect
125
- k8s.io/klog/v2 v2.110 .1 // indirect
126
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
121
+ k8s.io/api v0.30.1 // indirect
122
+ k8s.io/apiextensions-apiserver v0.30.1 // indirect
123
+ k8s.io/component-base v0.30.1 // indirect
124
+ k8s.io/klog/v2 v2.120 .1 // indirect
125
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
127
126
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
128
127
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129
128
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
0 commit comments