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

Commit e7c8aff

Browse files
Bump the k8s-dependencies group across 1 directory with 4 updates
Bumps the k8s-dependencies group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.24.2 to 0.30.1 - [Commits](kubernetes/api@v0.24.2...v0.30.1) Updates `k8s.io/apimachinery` from 0.24.2 to 0.30.1 - [Commits](kubernetes/apimachinery@v0.24.2...v0.30.1) Updates `k8s.io/client-go` from 0.24.2 to 0.30.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.24.2...v0.30.1) Updates `k8s.io/klog/v2` from 2.70.1 to 2.120.1 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.70.1...v2.120.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80979e8 commit e7c8aff

File tree

2 files changed

+58
-559
lines changed

2 files changed

+58
-559
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,38 @@ require (
88
github.com/spf13/pflag v1.0.5
99
github.com/spf13/viper v1.19.0
1010
google.golang.org/grpc v1.63.2
11-
k8s.io/api v0.24.2
12-
k8s.io/apimachinery v0.24.2
13-
k8s.io/client-go v0.24.2
14-
k8s.io/klog/v2 v2.70.1
11+
k8s.io/api v0.30.1
12+
k8s.io/apimachinery v0.30.1
13+
k8s.io/client-go v0.30.1
14+
k8s.io/klog/v2 v2.120.1
1515
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240208184109-05444273ee49
1616
sigs.k8s.io/container-object-storage-interface-spec v0.1.1-0.20221006174327-ec782953b8ac
1717
sigs.k8s.io/controller-runtime v0.12.3
1818
)
1919

2020
require (
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
22+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2323
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
2424
github.com/fsnotify/fsnotify v1.7.0 // indirect
2525
github.com/go-logr/logr v1.4.1 // indirect
26-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
27-
github.com/go-openapi/jsonreference v0.20.0 // indirect
28-
github.com/go-openapi/swag v0.19.15 // indirect
26+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
27+
github.com/go-openapi/jsonreference v0.20.2 // indirect
28+
github.com/go-openapi/swag v0.22.3 // indirect
2929
github.com/gogo/protobuf v1.3.2 // indirect
3030
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3131
github.com/golang/protobuf v1.5.4 // indirect
32-
github.com/google/gnostic v0.5.7-v3refs // indirect
32+
github.com/google/gnostic-models v0.6.8 // indirect
3333
github.com/google/go-cmp v0.6.0 // indirect
34-
github.com/google/gofuzz v1.1.0 // indirect
34+
github.com/google/gofuzz v1.2.0 // indirect
35+
github.com/google/uuid v1.6.0 // indirect
3536
github.com/hashicorp/hcl v1.0.0 // indirect
3637
github.com/imdario/mergo v0.3.12 // indirect
3738
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3839
github.com/josharian/intern v1.0.0 // indirect
3940
github.com/json-iterator/go v1.1.12 // indirect
4041
github.com/magiconair/properties v1.8.7 // indirect
41-
github.com/mailru/easyjson v0.7.6 // indirect
42+
github.com/mailru/easyjson v0.7.7 // indirect
4243
github.com/mitchellh/mapstructure v1.5.0 // indirect
4344
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4445
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -62,14 +63,13 @@ require (
6263
google.golang.org/appengine v1.6.8 // indirect
6364
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
6465
google.golang.org/protobuf v1.33.0 // indirect
65-
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
6666
gopkg.in/inf.v0 v0.9.1 // indirect
6767
gopkg.in/ini.v1 v1.67.0 // indirect
6868
gopkg.in/yaml.v2 v2.4.0 // indirect
6969
gopkg.in/yaml.v3 v3.0.1 // indirect
70-
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
71-
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
72-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
73-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
70+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
71+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
72+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
73+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
7474
sigs.k8s.io/yaml v1.3.0 // indirect
7575
)

0 commit comments

Comments
 (0)