Skip to content

Commit f331519

Browse files
Update module sigs.k8s.io/controller-runtime to v0.16.1
1 parent b5b4d0d commit f331519

File tree

2 files changed

+83
-25
lines changed

2 files changed

+83
-25
lines changed

go.mod

+28-25
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ require (
1212
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
1313
github.com/mudler/go-processmanager v0.0.0-20220724164624-c45b5c61312d
1414
github.com/mudler/yip v1.2.0
15-
github.com/onsi/ginkgo/v2 v2.10.0
16-
github.com/onsi/gomega v1.27.8
15+
github.com/onsi/ginkgo/v2 v2.11.0
16+
github.com/onsi/gomega v1.27.10
1717
github.com/pkg/errors v0.9.1
1818
github.com/spectrocloud/peg v0.0.0-20230407121159-2e15270c4a46
1919
gopkg.in/yaml.v3 v3.0.1
20-
k8s.io/api v0.27.2
21-
k8s.io/apimachinery v0.27.2
22-
k8s.io/client-go v0.27.2
23-
sigs.k8s.io/controller-runtime v0.15.0
20+
k8s.io/api v0.28.1
21+
k8s.io/apimachinery v0.28.1
22+
k8s.io/client-go v0.28.1
23+
sigs.k8s.io/controller-runtime v0.16.1
2424
)
2525

2626
require (
@@ -63,7 +63,7 @@ require (
6363
github.com/go-logr/zapr v1.2.4 // indirect
6464
github.com/go-ole/go-ole v1.2.6 // indirect
6565
github.com/go-openapi/jsonpointer v0.19.6 // indirect
66-
github.com/go-openapi/jsonreference v0.20.1 // indirect
66+
github.com/go-openapi/jsonreference v0.20.2 // indirect
6767
github.com/go-openapi/swag v0.22.3 // indirect
6868
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
6969
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -72,6 +72,7 @@ require (
7272
github.com/golang/protobuf v1.5.3 // indirect
7373
github.com/google/certificate-transparency-go v1.1.4 // indirect
7474
github.com/google/gnostic v0.5.7-v3refs // indirect
75+
github.com/google/gnostic-models v0.6.8 // indirect
7576
github.com/google/go-attestation v0.4.4-0.20220404204839-8820d49b18d9 // indirect
7677
github.com/google/go-cmp v0.5.9 // indirect
7778
github.com/google/go-containerregistry v0.15.2 // indirect
@@ -112,10 +113,10 @@ require (
112113
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
113114
github.com/opentracing/opentracing-go v1.2.0 // indirect
114115
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
115-
github.com/prometheus/client_golang v1.15.1 // indirect
116+
github.com/prometheus/client_golang v1.16.0 // indirect
116117
github.com/prometheus/client_model v0.4.0 // indirect
117-
github.com/prometheus/common v0.42.0 // indirect
118-
github.com/prometheus/procfs v0.9.0 // indirect
118+
github.com/prometheus/common v0.44.0 // indirect
119+
github.com/prometheus/procfs v0.10.1 // indirect
119120
github.com/pterm/pterm v0.12.61 // indirect
120121
github.com/qeesung/image2ascii v1.0.1 // indirect
121122
github.com/rivo/uniseg v0.4.4 // indirect
@@ -130,32 +131,34 @@ require (
130131
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
131132
go.opencensus.io v0.24.0 // indirect
132133
go.uber.org/atomic v1.10.0 // indirect
133-
go.uber.org/multierr v1.9.0 // indirect
134-
go.uber.org/zap v1.24.0 // indirect
135-
golang.org/x/crypto v0.7.0 // indirect
134+
go.uber.org/multierr v1.11.0 // indirect
135+
go.uber.org/zap v1.25.0 // indirect
136+
golang.org/x/crypto v0.11.0 // indirect
137+
golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b // indirect
136138
golang.org/x/mod v0.10.0 // indirect
137-
golang.org/x/net v0.10.0 // indirect
138-
golang.org/x/oauth2 v0.7.0 // indirect
139+
golang.org/x/net v0.13.0 // indirect
140+
golang.org/x/oauth2 v0.8.0 // indirect
139141
golang.org/x/sync v0.2.0 // indirect
140-
golang.org/x/sys v0.8.0 // indirect
141-
golang.org/x/term v0.8.0 // indirect
142-
golang.org/x/text v0.9.0 // indirect
142+
golang.org/x/sys v0.11.0 // indirect
143+
golang.org/x/term v0.10.0 // indirect
144+
golang.org/x/text v0.11.0 // indirect
143145
golang.org/x/time v0.3.0 // indirect
144146
golang.org/x/tools v0.9.3 // indirect
145-
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
147+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
146148
google.golang.org/appengine v1.6.7 // indirect
147-
google.golang.org/genproto v0.0.0-20230323212658-478b75c54725 // indirect
149+
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
150+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
148151
google.golang.org/grpc v1.54.0 // indirect
149152
google.golang.org/protobuf v1.30.0 // indirect
150153
gopkg.in/inf.v0 v0.9.1 // indirect
151154
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
152155
gopkg.in/yaml.v2 v2.4.0 // indirect
153156
howett.net/plist v1.0.0 // indirect
154-
k8s.io/apiextensions-apiserver v0.27.2 // indirect
155-
k8s.io/component-base v0.27.2 // indirect
156-
k8s.io/klog/v2 v2.90.1 // indirect
157-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
158-
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
157+
k8s.io/apiextensions-apiserver v0.28.0 // indirect
158+
k8s.io/component-base v0.28.1 // indirect
159+
k8s.io/klog/v2 v2.100.1 // indirect
160+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
161+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
159162
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
160163
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
161164
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)