Skip to content

Commit c232bb8

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 c99a644 commit c232bb8

2 files changed

Lines changed: 115 additions & 483 deletions

File tree

go.mod

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module github.com/scaleway/provider-scaleway
33
go 1.19
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
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
k8s.io/apimachinery v0.29.3
1212
k8s.io/client-go v0.29.3
13-
sigs.k8s.io/controller-runtime v0.16.1
14-
sigs.k8s.io/controller-tools v0.13.0
13+
sigs.k8s.io/controller-runtime v0.17.0
14+
sigs.k8s.io/controller-tools v0.14.0
1515
)
1616

1717
require (
@@ -27,12 +27,13 @@ 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 v5.6.0 // indirect
30+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
31+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
3132
github.com/fatih/camelcase v1.0.0 // indirect
32-
github.com/fatih/color v1.15.0 // indirect
33-
github.com/fsnotify/fsnotify v1.6.0 // indirect
34-
github.com/go-logr/logr v1.3.0 // indirect
35-
github.com/go-logr/zapr v1.2.4 // indirect
33+
github.com/fatih/color v1.16.0 // indirect
34+
github.com/fsnotify/fsnotify v1.7.0 // indirect
35+
github.com/go-logr/logr v1.4.1 // indirect
36+
github.com/go-logr/zapr v1.3.0 // indirect
3637
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3738
github.com/go-openapi/jsonreference v0.20.2 // indirect
3839
github.com/go-openapi/swag v0.22.3 // 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
@@ -64,8 +65,8 @@ require (
6465
github.com/json-iterator/go v1.1.12 // indirect
6566
github.com/mailru/easyjson v0.7.7 // indirect
6667
github.com/mattn/go-colorable v0.1.13 // indirect
67-
github.com/mattn/go-isatty v0.0.17 // indirect
68-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
68+
github.com/mattn/go-isatty v0.0.20 // indirect
69+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
6970
github.com/mitchellh/copystructure v1.2.0 // indirect
7071
github.com/mitchellh/go-ps v1.0.0 // indirect
7172
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -76,12 +77,12 @@ require (
7677
github.com/modern-go/reflect2 v1.0.2 // indirect
7778
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7879
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7 // indirect
79-
github.com/prometheus/client_golang v1.16.0 // indirect
80-
github.com/prometheus/client_model v0.4.0 // indirect
81-
github.com/prometheus/common v0.44.0 // indirect
82-
github.com/prometheus/procfs v0.10.1 // indirect
83-
github.com/spf13/afero v1.9.5 // indirect
84-
github.com/spf13/cobra v1.7.0 // indirect
80+
github.com/prometheus/client_golang v1.18.0 // indirect
81+
github.com/prometheus/client_model v0.5.0 // indirect
82+
github.com/prometheus/common v0.45.0 // indirect
83+
github.com/prometheus/procfs v0.12.0 // indirect
84+
github.com/spf13/afero v1.11.0 // indirect
85+
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
8788
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
@@ -90,31 +91,31 @@ require (
9091
github.com/yuin/goldmark v1.4.13 // indirect
9192
github.com/zclconf/go-cty v1.11.0 // indirect
9293
go.uber.org/multierr v1.11.0 // indirect
93-
go.uber.org/zap v1.25.0 // indirect
94-
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
94+
go.uber.org/zap v1.26.0 // 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.10.0 // indirect
98-
golang.org/x/sys v0.15.0 // indirect
99-
golang.org/x/term v0.15.0 // indirect
97+
golang.org/x/net v0.20.0 // indirect
98+
golang.org/x/oauth2 v0.15.0 // indirect
99+
golang.org/x/sys v0.16.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-20230711160842-782d3b101e98 // 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.28.1 // indirect
113-
k8s.io/component-base v0.28.1 // 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
117118
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
118119
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
119-
sigs.k8s.io/yaml v1.3.0 // indirect
120+
sigs.k8s.io/yaml v1.4.0 // indirect
120121
)

0 commit comments

Comments
 (0)