Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit 4a44738

Browse files
Bump the gomod group with 6 updates (#27)
Bumps the gomod group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.25.3` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.0` | `1.38.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.33.3` | `0.34.1` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.34.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.34.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.21.0` | `0.22.1` | Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.25.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.4...v2.25.3) Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.0...v1.38.2) Updates `k8s.io/api` from 0.33.3 to 0.34.1 - [Commits](kubernetes/api@v0.33.3...v0.34.1) Updates `k8s.io/apimachinery` from 0.33.3 to 0.34.1 - [Commits](kubernetes/apimachinery@v0.33.3...v0.34.1) Updates `k8s.io/client-go` from 0.33.3 to 0.34.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.3...v0.34.1) Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/api dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ca252d commit 4a44738

File tree

2 files changed

+139
-128
lines changed

2 files changed

+139
-128
lines changed

go.mod

Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,29 @@ module github.com/kobsio/namespacerole-operator
33
go 1.24.0
44

55
require (
6-
github.com/onsi/ginkgo/v2 v2.23.4
7-
github.com/onsi/gomega v1.38.0
8-
k8s.io/api v0.33.3
9-
k8s.io/apimachinery v0.33.3
10-
k8s.io/client-go v0.33.3
11-
sigs.k8s.io/controller-runtime v0.21.0
6+
github.com/onsi/ginkgo/v2 v2.25.3
7+
github.com/onsi/gomega v1.38.2
8+
k8s.io/api v0.34.1
9+
k8s.io/apimachinery v0.34.1
10+
k8s.io/client-go v0.34.1
11+
sigs.k8s.io/controller-runtime v0.22.1
1212
)
1313

1414
require (
15-
cel.dev/expr v0.19.1 // indirect
15+
cel.dev/expr v0.24.0 // indirect
16+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
1617
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
1718
github.com/beorn7/perks v1.0.1 // indirect
1819
github.com/blang/semver/v4 v4.0.0 // indirect
1920
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2021
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2122
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
23+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2324
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2425
github.com/felixge/httpsnoop v1.0.4 // indirect
25-
github.com/fsnotify/fsnotify v1.7.0 // indirect
26-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
27-
github.com/go-logr/logr v1.4.2 // indirect
26+
github.com/fsnotify/fsnotify v1.9.0 // indirect
27+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
28+
github.com/go-logr/logr v1.4.3 // indirect
2829
github.com/go-logr/stdr v1.2.2 // indirect
2930
github.com/go-logr/zapr v1.3.0 // indirect
3031
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -33,66 +34,69 @@ require (
3334
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3435
github.com/gogo/protobuf v1.3.2 // indirect
3536
github.com/google/btree v1.1.3 // indirect
36-
github.com/google/cel-go v0.23.2 // indirect
37-
github.com/google/gnostic-models v0.6.9 // indirect
37+
github.com/google/cel-go v0.26.0 // indirect
38+
github.com/google/gnostic-models v0.7.0 // indirect
3839
github.com/google/go-cmp v0.7.0 // indirect
3940
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
4041
github.com/google/uuid v1.6.0 // indirect
41-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
42+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
4243
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4344
github.com/josharian/intern v1.0.0 // indirect
4445
github.com/json-iterator/go v1.1.12 // indirect
4546
github.com/mailru/easyjson v0.7.7 // indirect
4647
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
47-
github.com/modern-go/reflect2 v1.0.2 // indirect
48+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4849
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4950
github.com/pkg/errors v0.9.1 // indirect
51+
github.com/pmezard/go-difflib v1.0.0 // indirect
5052
github.com/prometheus/client_golang v1.22.0 // indirect
5153
github.com/prometheus/client_model v0.6.1 // indirect
5254
github.com/prometheus/common v0.62.0 // indirect
5355
github.com/prometheus/procfs v0.15.1 // indirect
54-
github.com/spf13/cobra v1.8.1 // indirect
55-
github.com/spf13/pflag v1.0.5 // indirect
56+
github.com/spf13/cobra v1.9.1 // indirect
57+
github.com/spf13/pflag v1.0.6 // indirect
5658
github.com/stoewer/go-strcase v1.3.0 // indirect
5759
github.com/x448/float16 v0.8.4 // indirect
5860
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
5961
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
60-
go.opentelemetry.io/otel v1.33.0 // indirect
61-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
62-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
63-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
64-
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
65-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
66-
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
62+
go.opentelemetry.io/otel v1.35.0 // indirect
63+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
64+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
65+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
66+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
67+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
68+
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
6769
go.uber.org/automaxprocs v1.6.0 // indirect
6870
go.uber.org/multierr v1.11.0 // indirect
6971
go.uber.org/zap v1.27.0 // indirect
72+
go.yaml.in/yaml/v2 v2.4.2 // indirect
73+
go.yaml.in/yaml/v3 v3.0.4 // indirect
7074
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
71-
golang.org/x/net v0.41.0 // indirect
75+
golang.org/x/net v0.43.0 // indirect
7276
golang.org/x/oauth2 v0.27.0 // indirect
73-
golang.org/x/sync v0.15.0 // indirect
74-
golang.org/x/sys v0.33.0 // indirect
75-
golang.org/x/term v0.32.0 // indirect
76-
golang.org/x/text v0.26.0 // indirect
77+
golang.org/x/sync v0.16.0 // indirect
78+
golang.org/x/sys v0.35.0 // indirect
79+
golang.org/x/term v0.34.0 // indirect
80+
golang.org/x/text v0.28.0 // indirect
7781
golang.org/x/time v0.9.0 // indirect
78-
golang.org/x/tools v0.33.0 // indirect
82+
golang.org/x/tools v0.36.0 // indirect
7983
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
80-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
81-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
82-
google.golang.org/grpc v1.68.1 // indirect
83-
google.golang.org/protobuf v1.36.6 // indirect
84+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
85+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
86+
google.golang.org/grpc v1.72.1 // indirect
87+
google.golang.org/protobuf v1.36.7 // indirect
8488
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8589
gopkg.in/inf.v0 v0.9.1 // indirect
8690
gopkg.in/yaml.v3 v3.0.1 // indirect
87-
k8s.io/apiextensions-apiserver v0.33.0 // indirect
88-
k8s.io/apiserver v0.33.0 // indirect
89-
k8s.io/component-base v0.33.0 // indirect
91+
k8s.io/apiextensions-apiserver v0.34.0 // indirect
92+
k8s.io/apiserver v0.34.0 // indirect
93+
k8s.io/component-base v0.34.0 // indirect
9094
k8s.io/klog/v2 v2.130.1 // indirect
91-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
92-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
95+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
96+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
9397
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
94-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
98+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
9599
sigs.k8s.io/randfill v1.0.0 // indirect
96-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
97-
sigs.k8s.io/yaml v1.4.0 // indirect
100+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
101+
sigs.k8s.io/yaml v1.6.0 // indirect
98102
)

0 commit comments

Comments
 (0)