1
1
module github.com/justtrackio/provider-elasticstack
2
2
3
- go 1.22
3
+ go 1.22.0
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
- dario.cat/mergo v1.0.0
7
- github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240424114634-8641eb2ba384
8
+ dario.cat/mergo v1.0.1
9
+ github.com/crossplane/crossplane-runtime v1.19.0
8
10
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
9
11
github.com/crossplane/upjet v1.4.0
10
12
github.com/pkg/errors v0.9.1
11
13
gopkg.in/alecthomas/kingpin.v2 v2.2.6
12
- k8s.io/apimachinery v0.29.1
13
- k8s.io/client-go v0.29.1
14
- sigs.k8s.io/controller-runtime v0.17 .0
15
- sigs.k8s.io/controller-tools v0.14 .0
14
+ k8s.io/apimachinery v0.31.0
15
+ k8s.io/client-go v0.31.0
16
+ sigs.k8s.io/controller-runtime v0.19 .0
17
+ sigs.k8s.io/controller-tools v0.16 .0
16
18
)
17
19
18
20
require (
@@ -24,29 +26,30 @@ require (
24
26
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
25
27
github.com/beorn7/perks v1.0.1 // indirect
26
28
github.com/blang/semver/v4 v4.0.0 // indirect
27
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
29
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
28
30
github.com/dave/jennifer v1.4.1 // indirect
29
- github.com/davecgh/go-spew v1.1.1 // indirect
31
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
30
32
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
31
- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
32
- github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
33
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
34
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
33
35
github.com/fatih/camelcase v1.0.0 // indirect
34
- github.com/fatih/color v1.16 .0 // indirect
36
+ github.com/fatih/color v1.17 .0 // indirect
35
37
github.com/fsnotify/fsnotify v1.7.0 // indirect
36
- github.com/go-logr/logr v1.4.1 // indirect
38
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
39
+ github.com/go-logr/logr v1.4.2 // indirect
37
40
github.com/go-logr/zapr v1.3.0 // indirect
38
41
github.com/go-openapi/jsonpointer v0.19.6 // indirect
39
42
github.com/go-openapi/jsonreference v0.20.2 // indirect
40
- github.com/go-openapi/swag v0.22.3 // indirect
43
+ github.com/go-openapi/swag v0.22.4 // indirect
41
44
github.com/gobuffalo/flect v1.0.2 // indirect
42
45
github.com/gogo/protobuf v1.3.2 // indirect
43
46
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
44
47
github.com/golang/mock v1.6.0 // indirect
45
- github.com/golang/protobuf v1.5.3 // indirect
48
+ github.com/golang/protobuf v1.5.4 // indirect
46
49
github.com/google/gnostic-models v0.6.8 // indirect
47
50
github.com/google/go-cmp v0.6.0 // indirect
48
51
github.com/google/gofuzz v1.2.0 // indirect
49
- github.com/google/uuid v1.4 .0 // indirect
52
+ github.com/google/uuid v1.6 .0 // indirect
50
53
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
51
54
github.com/hashicorp/go-hclog v1.5.0 // indirect
52
55
github.com/hashicorp/go-plugin v1.5.1 // indirect
@@ -82,45 +85,47 @@ require (
82
85
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
83
86
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7 // indirect
84
87
github.com/oklog/run v1.0.0 // indirect
85
- github.com/prometheus/client_golang v1.18.0 // indirect
86
- github.com/prometheus/client_model v0.5.0 // indirect
87
- github.com/prometheus/common v0.45 .0 // indirect
88
- github.com/prometheus/procfs v0.12.0 // indirect
88
+ github.com/prometheus/client_golang v1.19.1 // indirect
89
+ github.com/prometheus/client_model v0.6.1 // indirect
90
+ github.com/prometheus/common v0.55 .0 // indirect
91
+ github.com/prometheus/procfs v0.15.1 // indirect
89
92
github.com/spf13/afero v1.11.0 // indirect
90
- github.com/spf13/cobra v1.8.0 // indirect
93
+ github.com/spf13/cobra v1.8.1 // indirect
91
94
github.com/spf13/pflag v1.0.5 // indirect
92
95
github.com/tmccombs/hcl2json v0.3.3 // indirect
93
96
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
94
97
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
95
98
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
99
+ github.com/x448/float16 v0.8.4 // indirect
96
100
github.com/yuin/goldmark v1.4.13 // indirect
97
101
github.com/zclconf/go-cty v1.14.1 // indirect
98
102
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
99
103
go.uber.org/multierr v1.11.0 // indirect
100
- go.uber.org/zap v1.26.0 // indirect
101
- golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
102
- golang.org/x/mod v0.14.0 // indirect
103
- golang.org/x/net v0.23.0 // indirect
104
- golang.org/x/oauth2 v0.15.0 // indirect
105
- golang.org/x/sys v0.18.0 // indirect
106
- golang.org/x/term v0.18.0 // indirect
107
- golang.org/x/text v0.14.0 // indirect
104
+ go.uber.org/zap v1.27.0 // indirect
105
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
106
+ golang.org/x/mod v0.20.0 // indirect
107
+ golang.org/x/net v0.33.0 // indirect
108
+ golang.org/x/oauth2 v0.21.0 // indirect
109
+ golang.org/x/sync v0.10.0 // indirect
110
+ golang.org/x/sys v0.28.0 // indirect
111
+ golang.org/x/term v0.27.0 // indirect
112
+ golang.org/x/text v0.21.0 // indirect
108
113
golang.org/x/time v0.5.0 // indirect
109
- golang.org/x/tools v0.17 .0 // indirect
114
+ golang.org/x/tools v0.24 .0 // indirect
110
115
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
111
116
google.golang.org/appengine v1.6.8 // indirect
112
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
113
- google.golang.org/grpc v1.61 .0 // indirect
114
- google.golang.org/protobuf v1.31.0 // indirect
117
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
118
+ google.golang.org/grpc v1.65 .0 // indirect
119
+ google.golang.org/protobuf v1.34.2 // indirect
115
120
gopkg.in/inf.v0 v0.9.1 // indirect
116
121
gopkg.in/yaml.v2 v2.4.0 // indirect
117
122
gopkg.in/yaml.v3 v3.0.1 // indirect
118
- k8s.io/api v0.29.1 // indirect
119
- k8s.io/apiextensions-apiserver v0.29.1 // indirect
120
- k8s.io/component-base v0.29.1 // indirect
121
- k8s.io/klog/v2 v2.110 .1 // indirect
122
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
123
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
123
+ k8s.io/api v0.31.0 // indirect
124
+ k8s.io/apiextensions-apiserver v0.31.0 // indirect
125
+ k8s.io/component-base v0.31.0 // indirect
126
+ k8s.io/klog/v2 v2.130 .1 // indirect
127
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
128
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
124
129
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
125
130
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
126
131
sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments