Skip to content

Commit 7eadfe7

Browse files
Bump k8s.io/client-go from 0.23.0 to 0.24.0 (#360)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc27775 commit 7eadfe7

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

go.mod

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,51 @@ require (
1313
github.com/spf13/viper v1.11.0
1414
github.com/zalando/postgres-operator v1.7.0
1515
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
16-
k8s.io/api v0.23.5
16+
k8s.io/api v0.24.0
1717
k8s.io/apiextensions-apiserver v0.23.5
18-
k8s.io/apimachinery v0.23.5
19-
k8s.io/client-go v0.23.5
18+
k8s.io/apimachinery v0.24.0
19+
k8s.io/client-go v0.24.0
2020
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
2121
sigs.k8s.io/controller-runtime v0.11.2
2222
)
2323

2424
require (
2525
cloud.google.com/go/compute v1.5.0 // indirect
26+
github.com/PuerkitoBio/purell v1.1.1 // indirect
27+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2628
github.com/beorn7/perks v1.0.1 // indirect
2729
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2830
github.com/davecgh/go-spew v1.1.1 // indirect
31+
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
2932
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3033
github.com/fsnotify/fsnotify v1.5.1 // indirect
3134
github.com/go-logr/zapr v1.2.0 // indirect
35+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
36+
github.com/go-openapi/jsonreference v0.19.5 // indirect
37+
github.com/go-openapi/swag v0.19.15 // indirect
3238
github.com/gogo/protobuf v1.3.2 // indirect
3339
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3440
github.com/golang/protobuf v1.5.2 // indirect
41+
github.com/google/gnostic v0.5.7-v3refs // indirect
3542
github.com/google/go-cmp v0.5.7 // indirect
3643
github.com/google/gofuzz v1.2.0 // indirect
37-
github.com/googleapis/gnostic v0.5.5 // indirect
3844
github.com/hashicorp/errwrap v1.0.0 // indirect
3945
github.com/hashicorp/go-multierror v1.1.1 // indirect
4046
github.com/hashicorp/hcl v1.0.0 // indirect
4147
github.com/imdario/mergo v0.3.12 // indirect
48+
github.com/josharian/intern v1.0.0 // indirect
4249
github.com/json-iterator/go v1.1.12 // indirect
4350
github.com/kr/pretty v0.2.1 // indirect
4451
github.com/kr/text v0.2.0 // indirect
4552
github.com/magiconair/properties v1.8.6 // indirect
53+
github.com/mailru/easyjson v0.7.6 // indirect
4654
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
4755
github.com/metal-stack/metal-lib v0.9.0 // indirect
4856
github.com/mitchellh/mapstructure v1.4.3 // indirect
4957
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5058
github.com/modern-go/reflect2 v1.0.2 // indirect
5159
github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d // indirect
60+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5261
github.com/nxadm/tail v1.4.8 // indirect
5362
github.com/pelletier/go-toml v1.9.4 // indirect
5463
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
@@ -74,7 +83,7 @@ require (
7483
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
7584
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
7685
golang.org/x/text v0.3.7 // indirect
77-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
86+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
7887
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
7988
google.golang.org/appengine v1.6.7 // indirect
8089
google.golang.org/protobuf v1.28.0 // indirect
@@ -84,9 +93,9 @@ require (
8493
gopkg.in/yaml.v2 v2.4.0 // indirect
8594
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
8695
k8s.io/component-base v0.23.5 // indirect
87-
k8s.io/klog/v2 v2.30.0 // indirect
88-
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
89-
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
96+
k8s.io/klog/v2 v2.60.1 // indirect
97+
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
98+
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
9099
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
91100
sigs.k8s.io/yaml v1.3.0 // indirect
92101
)

0 commit comments

Comments
 (0)