Skip to content

Commit 8796f73

Browse files
Bump github.com/crossplane/crossplane-runtime
Bumps [github.com/crossplane/crossplane-runtime](https://github.com/crossplane/crossplane-runtime) from 1.14.0-rc.0.0.20230912122805-43c9ceeb2071 to 1.16.0-rc.1. - [Release notes](https://github.com/crossplane/crossplane-runtime/releases) - [Changelog](https://github.com/crossplane/crossplane-runtime/blob/master/RELEASE.md) - [Commits](https://github.com/crossplane/crossplane-runtime/commits/v1.16.0-rc.1) --- updated-dependencies: - dependency-name: github.com/crossplane/crossplane-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9a374a commit 8796f73

2 files changed

Lines changed: 62 additions & 423 deletions

File tree

go.mod

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/scaleway/provider-scaleway
33
go 1.21
44

55
require (
6-
github.com/crossplane/crossplane-runtime v1.14.0-rc.0.0.20230912122805-43c9ceeb2071
6+
github.com/crossplane/crossplane-runtime v1.16.0-rc.1
77
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
88
github.com/pkg/errors v0.9.1
99
github.com/upbound/upjet v0.11.0-rc.0.0.20230927185952-cc55f3952474
@@ -27,6 +27,7 @@ require (
2727
github.com/dave/jennifer v1.4.1 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
30+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
3031
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
3132
github.com/fatih/camelcase v1.0.0 // indirect
3233
github.com/fatih/color v1.16.0 // indirect
@@ -44,7 +45,7 @@ require (
4445
github.com/google/gnostic-models v0.6.8 // indirect
4546
github.com/google/go-cmp v0.6.0 // indirect
4647
github.com/google/gofuzz v1.2.0 // indirect
47-
github.com/google/uuid v1.3.0 // indirect
48+
github.com/google/uuid v1.4.0 // indirect
4849
github.com/hashicorp/errwrap v1.1.0 // indirect
4950
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
5051
github.com/hashicorp/go-hclog v1.2.1 // indirect
@@ -80,7 +81,7 @@ require (
8081
github.com/prometheus/client_model v0.5.0 // indirect
8182
github.com/prometheus/common v0.45.0 // indirect
8283
github.com/prometheus/procfs v0.12.0 // indirect
83-
github.com/spf13/afero v1.9.5 // indirect
84+
github.com/spf13/afero v1.11.0 // indirect
8485
github.com/spf13/cobra v1.8.0 // indirect
8586
github.com/spf13/pflag v1.0.5 // indirect
8687
github.com/tmccombs/hcl2json v0.3.3 // indirect
@@ -91,26 +92,26 @@ require (
9192
github.com/zclconf/go-cty v1.11.0 // indirect
9293
go.uber.org/multierr v1.11.0 // indirect
9394
go.uber.org/zap v1.26.0 // indirect
94-
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
95+
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
9596
golang.org/x/mod v0.14.0 // indirect
96-
golang.org/x/net v0.19.0 // indirect
97-
golang.org/x/oauth2 v0.12.0 // indirect
97+
golang.org/x/net v0.20.0 // indirect
98+
golang.org/x/oauth2 v0.15.0 // indirect
9899
golang.org/x/sys v0.16.0 // indirect
99-
golang.org/x/term v0.15.0 // indirect
100+
golang.org/x/term v0.16.0 // indirect
100101
golang.org/x/text v0.14.0 // indirect
101-
golang.org/x/time v0.3.0 // indirect
102-
golang.org/x/tools v0.16.1 // indirect
102+
golang.org/x/time v0.5.0 // indirect
103+
golang.org/x/tools v0.17.0 // indirect
103104
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
104-
google.golang.org/appengine v1.6.7 // indirect
105-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
106-
google.golang.org/grpc v1.58.3 // indirect
105+
google.golang.org/appengine v1.6.8 // indirect
106+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
107+
google.golang.org/grpc v1.61.0 // indirect
107108
google.golang.org/protobuf v1.33.0 // indirect
108109
gopkg.in/inf.v0 v0.9.1 // indirect
109110
gopkg.in/yaml.v2 v2.4.0 // indirect
110111
gopkg.in/yaml.v3 v3.0.1 // indirect
111112
k8s.io/api v0.29.3 // indirect
112-
k8s.io/apiextensions-apiserver v0.29.0 // indirect
113-
k8s.io/component-base v0.29.0 // indirect
113+
k8s.io/apiextensions-apiserver v0.29.1 // indirect
114+
k8s.io/component-base v0.29.1 // indirect
114115
k8s.io/klog/v2 v2.110.1 // indirect
115116
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
116117
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect

0 commit comments

Comments
 (0)