Skip to content

Commit cbd4eeb

Browse files
Update module github.com/crossplane/crossplane-runtime to v1.19.0
1 parent 1988f16 commit cbd4eeb

File tree

2 files changed

+127
-39
lines changed

2 files changed

+127
-39
lines changed

go.mod

Lines changed: 44 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
module github.com/justtrackio/provider-elasticstack
22

3-
go 1.22
3+
go 1.22.0
4+
5+
toolchain go1.24.0
46

57
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
810
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
911
github.com/crossplane/upjet v1.4.0
1012
github.com/pkg/errors v0.9.1
1113
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
1618
)
1719

1820
require (
@@ -24,29 +26,30 @@ require (
2426
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2527
github.com/beorn7/perks v1.0.1 // indirect
2628
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
2830
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
3032
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
3335
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
3537
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
3740
github.com/go-logr/zapr v1.3.0 // indirect
3841
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3942
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
4144
github.com/gobuffalo/flect v1.0.2 // indirect
4245
github.com/gogo/protobuf v1.3.2 // indirect
4346
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4447
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
4649
github.com/google/gnostic-models v0.6.8 // indirect
4750
github.com/google/go-cmp v0.6.0 // indirect
4851
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
5053
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
5154
github.com/hashicorp/go-hclog v1.5.0 // indirect
5255
github.com/hashicorp/go-plugin v1.5.1 // indirect
@@ -82,45 +85,47 @@ require (
8285
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8386
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7 // indirect
8487
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
8992
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
9194
github.com/spf13/pflag v1.0.5 // indirect
9295
github.com/tmccombs/hcl2json v0.3.3 // indirect
9396
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
9497
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
9598
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
99+
github.com/x448/float16 v0.8.4 // indirect
96100
github.com/yuin/goldmark v1.4.13 // indirect
97101
github.com/zclconf/go-cty v1.14.1 // indirect
98102
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
99103
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
108113
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
110115
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
111116
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
115120
gopkg.in/inf.v0 v0.9.1 // indirect
116121
gopkg.in/yaml.v2 v2.4.0 // indirect
117122
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
124129
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
125130
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
126131
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)