Skip to content

Commit a68ee27

Browse files
committed
bump controller-runtime to v0.16.0 and related deps
Signed-off-by: Rayan Das <[email protected]>
1 parent 8f5c459 commit a68ee27

File tree

2 files changed

+143
-146
lines changed

2 files changed

+143
-146
lines changed

go.mod

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ require (
1313
github.com/go-git/go-git/v5 v5.1.0
1414
github.com/go-logr/logr v1.2.4
1515
github.com/google/go-cmp v0.5.9
16-
github.com/prometheus/client_golang v1.15.1
17-
golang.org/x/crypto v0.1.0
18-
golang.org/x/tools v0.9.1
19-
k8s.io/api v0.27.2
20-
k8s.io/apimachinery v0.27.2
21-
k8s.io/cli-runtime v0.26.3
22-
k8s.io/client-go v0.27.2
16+
github.com/prometheus/client_golang v1.16.0
17+
golang.org/x/crypto v0.11.0
18+
golang.org/x/tools v0.9.3
19+
k8s.io/api v0.28.0
20+
k8s.io/apimachinery v0.28.0
21+
k8s.io/cli-runtime v0.28.0
22+
k8s.io/client-go v0.28.0
2323
k8s.io/klog/v2 v2.100.1
24-
k8s.io/kubectl v0.26.3
24+
k8s.io/kubectl v0.28.0
2525
sigs.k8s.io/cli-utils v0.33.0
26-
sigs.k8s.io/controller-runtime v0.15.0
26+
sigs.k8s.io/controller-runtime v0.16.0
2727
sigs.k8s.io/kubebuilder-declarative-pattern/applylib v0.0.0-20230420203711-4abaa68e1923
2828
sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver v0.0.0-20230303024857-d1f76c15e05b
29-
sigs.k8s.io/kustomize/api v0.12.1
30-
sigs.k8s.io/kustomize/kyaml v0.13.9
29+
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
30+
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
3131
sigs.k8s.io/yaml v1.3.0
3232
)
3333

@@ -40,12 +40,12 @@ require (
4040
github.com/davecgh/go-spew v1.1.1 // indirect
4141
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
4242
github.com/emirpasic/gods v1.12.0 // indirect
43-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
43+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
4444
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
4545
github.com/fatih/camelcase v1.0.0 // indirect
4646
github.com/fsnotify/fsnotify v1.6.0 // indirect
47-
github.com/fvbommel/sortorder v1.0.1 // indirect
48-
github.com/go-errors/errors v1.0.1 // indirect
47+
github.com/fvbommel/sortorder v1.1.0 // indirect
48+
github.com/go-errors/errors v1.4.2 // indirect
4949
github.com/go-git/gcfg v1.5.0 // indirect
5050
github.com/go-git/go-billy/v5 v5.0.0 // indirect
5151
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -55,13 +55,13 @@ require (
5555
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5656
github.com/golang/protobuf v1.5.3 // indirect
5757
github.com/google/btree v1.0.1 // indirect
58-
github.com/google/gnostic v0.6.9 // indirect
58+
github.com/google/gnostic-models v0.6.8 // indirect
5959
github.com/google/gofuzz v1.2.0 // indirect
6060
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6161
github.com/google/uuid v1.3.0 // indirect
6262
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
6363
github.com/imdario/mergo v0.3.15 // indirect
64-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
64+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6565
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6666
github.com/jonboulle/clockwork v0.2.2 // indirect
6767
github.com/josharian/intern v1.0.0 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/mailru/easyjson v0.7.7 // indirect
7272
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
7373
github.com/mitchellh/go-homedir v1.1.0 // indirect
74-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
74+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
7575
github.com/moby/spdystream v0.2.0 // indirect
7676
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
7777
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -80,33 +80,37 @@ require (
8080
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8181
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
8282
github.com/pkg/errors v0.9.1 // indirect
83+
github.com/pmezard/go-difflib v1.0.0 // indirect
8384
github.com/prometheus/client_model v0.4.0 // indirect
84-
github.com/prometheus/common v0.43.0 // indirect
85-
github.com/prometheus/procfs v0.9.0 // indirect
85+
github.com/prometheus/common v0.44.0 // indirect
86+
github.com/prometheus/procfs v0.10.1 // indirect
8687
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8788
github.com/sergi/go-diff v1.1.0 // indirect
88-
github.com/spf13/cobra v1.6.0 // indirect
89+
github.com/spf13/cobra v1.7.0 // indirect
8990
github.com/spf13/pflag v1.0.5 // indirect
91+
github.com/stretchr/testify v1.8.2 // indirect
9092
github.com/xanzy/ssh-agent v0.2.1 // indirect
91-
github.com/xlab/treeprint v1.1.0 // indirect
92-
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
93+
github.com/xlab/treeprint v1.2.0 // indirect
94+
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
95+
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
9396
golang.org/x/mod v0.10.0 // indirect
94-
golang.org/x/net v0.10.0 // indirect
97+
golang.org/x/net v0.13.0 // indirect
9598
golang.org/x/oauth2 v0.8.0 // indirect
96-
golang.org/x/sys v0.8.0 // indirect
97-
golang.org/x/term v0.8.0 // indirect
98-
golang.org/x/text v0.9.0 // indirect
99+
golang.org/x/sync v0.2.0 // indirect
100+
golang.org/x/sys v0.11.0 // indirect
101+
golang.org/x/term v0.10.0 // indirect
102+
golang.org/x/text v0.11.0 // indirect
99103
golang.org/x/time v0.3.0 // indirect
100-
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
104+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
101105
google.golang.org/appengine v1.6.7 // indirect
102106
google.golang.org/protobuf v1.30.0 // indirect
103107
gopkg.in/inf.v0 v0.9.1 // indirect
104108
gopkg.in/warnings.v0 v0.1.2 // indirect
105109
gopkg.in/yaml.v2 v2.4.0 // indirect
106110
gopkg.in/yaml.v3 v3.0.1 // indirect
107-
k8s.io/apiextensions-apiserver v0.27.2 // indirect
108-
k8s.io/component-base v0.27.2 // indirect
109-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
111+
k8s.io/apiextensions-apiserver v0.28.0 // indirect
112+
k8s.io/component-base v0.28.0 // indirect
113+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
110114
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
111115
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
112116
sigs.k8s.io/kustomize/kstatus v0.0.2-0.20200509233124-065f70705d4d // indirect

0 commit comments

Comments
 (0)