Skip to content

Commit ec3c8e3

Browse files
Bump the gomod group with 3 updates
Bumps the gomod group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.35.2 to 0.35.3 - [Commits](kubernetes/api@v0.35.2...v0.35.3) Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3) Updates `k8s.io/client-go` from 0.35.2 to 0.35.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.2...v0.35.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: k8s.io/client-go dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f4c132 commit ec3c8e3

2 files changed

Lines changed: 15 additions & 226 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ require (
3333
golang.org/x/sync v0.20.0
3434
gomodules.xyz/jsonpatch/v2 v2.5.0
3535
gopkg.in/yaml.v2 v2.4.0
36-
k8s.io/api v0.35.2
37-
k8s.io/apimachinery v0.35.2
38-
k8s.io/client-go v0.35.2
36+
k8s.io/api v0.35.3
37+
k8s.io/apimachinery v0.35.3
38+
k8s.io/client-go v0.35.3
3939
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
4040
sigs.k8s.io/controller-runtime v0.23.3
4141
sigs.k8s.io/yaml v1.6.0
@@ -116,7 +116,6 @@ require (
116116
github.com/go-sql-driver/mysql v1.9.3 // indirect
117117
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
118118
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
119-
github.com/gogo/protobuf v1.3.2 // indirect
120119
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
121120
github.com/gonvenience/bunt v1.4.3 // indirect
122121
github.com/gonvenience/idem v0.0.3 // indirect
@@ -126,7 +125,6 @@ require (
126125
github.com/gonvenience/ytbx v1.4.8 // indirect
127126
github.com/google/btree v1.1.3 // indirect
128127
github.com/google/gnostic-models v0.7.1 // indirect
129-
github.com/google/go-github/v75 v75.0.0 // indirect
130128
github.com/google/go-github/v84 v84.0.0 // indirect
131129
github.com/google/go-querystring v1.2.0 // indirect
132130
github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect

0 commit comments

Comments
 (0)