Skip to content

Commit 336eec2

Browse files
committed
Update deps
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent ee349d9 commit 336eec2

File tree

507 files changed

+50986
-14269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+50986
-14269
lines changed

apis/proxyserver/v1alpha1/openapi_generated.go

Lines changed: 920 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ require (
1414
gomodules.xyz/cert v1.6.0
1515
gomodules.xyz/logs v0.0.7
1616
gomodules.xyz/x v0.0.17
17-
k8s.io/api v0.29.2
18-
k8s.io/apimachinery v0.29.2
19-
k8s.io/apiserver v0.29.2
20-
k8s.io/client-go v0.29.2
21-
k8s.io/component-base v0.29.2
17+
k8s.io/api v0.30.1
18+
k8s.io/apimachinery v0.30.1
19+
k8s.io/apiserver v0.30.1
20+
k8s.io/client-go v0.30.1
21+
k8s.io/component-base v0.30.1
2222
k8s.io/klog/v2 v2.120.1
23-
k8s.io/kube-aggregator v0.29.2
24-
k8s.io/kube-openapi v0.0.0-20240403164606-bc84c2ddaf99
23+
k8s.io/kube-aggregator v0.30.1
24+
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
2525
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
26-
kmodules.xyz/client-go v0.29.14
26+
kmodules.xyz/client-go v0.30.9
2727
open-cluster-management.io/addon-framework v0.9.1-0.20240402013859-be542a6d0a9c
2828
open-cluster-management.io/api v0.13.0
29-
sigs.k8s.io/controller-runtime v0.17.4
29+
sigs.k8s.io/controller-runtime v0.18.4
3030
sigs.k8s.io/yaml v1.4.0
3131
)
3232

@@ -51,7 +51,7 @@ require (
5151
github.com/dustin/go-humanize v1.0.1 // indirect
5252
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5353
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
54-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
54+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
5555
github.com/fatih/structs v1.1.0 // indirect
5656
github.com/felixge/httpsnoop v1.0.4 // indirect
5757
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -66,11 +66,10 @@ require (
6666
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6767
github.com/golang/protobuf v1.5.4 // indirect
6868
github.com/google/btree v1.1.2 // indirect
69-
github.com/google/cel-go v0.17.7 // indirect
69+
github.com/google/cel-go v0.17.8 // indirect
7070
github.com/google/gnostic-models v0.6.8 // indirect
7171
github.com/google/go-cmp v0.6.0 // indirect
7272
github.com/google/go-containerregistry v0.19.1 // indirect
73-
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
7473
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7574
github.com/google/uuid v1.6.0 // indirect
7675
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
@@ -130,13 +129,13 @@ require (
130129
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
131130
go.uber.org/multierr v1.11.0 // indirect
132131
go.uber.org/zap v1.26.0 // indirect
133-
golang.org/x/crypto v0.21.0 // indirect
132+
golang.org/x/crypto v0.22.0 // indirect
134133
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
135-
golang.org/x/net v0.23.0 // indirect
134+
golang.org/x/net v0.24.0 // indirect
136135
golang.org/x/oauth2 v0.15.0 // indirect
137-
golang.org/x/sync v0.5.0 // indirect
138-
golang.org/x/sys v0.18.0 // indirect
139-
golang.org/x/term v0.18.0 // indirect
136+
golang.org/x/sync v0.7.0 // indirect
137+
golang.org/x/sys v0.19.0 // indirect
138+
golang.org/x/term v0.19.0 // indirect
140139
golang.org/x/text v0.14.0 // indirect
141140
golang.org/x/time v0.5.0 // indirect
142141
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
@@ -161,11 +160,11 @@ require (
161160
gopkg.in/yaml.v2 v2.4.0 // indirect
162161
gopkg.in/yaml.v3 v3.0.1 // indirect
163162
helm.sh/helm/v3 v3.14.3 // indirect
164-
k8s.io/apiextensions-apiserver v0.29.2 // indirect
165-
k8s.io/cli-runtime v0.29.2 // indirect
166-
k8s.io/kms v0.29.2 // indirect
163+
k8s.io/apiextensions-apiserver v0.30.1 // indirect
164+
k8s.io/cli-runtime v0.30.1 // indirect
165+
k8s.io/kms v0.30.1 // indirect
167166
open-cluster-management.io/sdk-go v0.13.0 // indirect
168-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
167+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
169168
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
170169
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
171170
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
@@ -174,10 +173,8 @@ require (
174173

175174
replace github.com/Masterminds/sprig/v3 => github.com/gomodules/sprig/v3 v3.2.3-0.20220405051441-0a8a99bac1b8
176175

177-
replace sigs.k8s.io/controller-runtime => github.com/kmodules/controller-runtime v0.17.5-0.20240506165850-9bc6cbeccc8a
176+
replace sigs.k8s.io/controller-runtime => github.com/kmodules/controller-runtime v0.18.4-0.20240603164526-fa88ec2314fe
178177

179178
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.6
180179

181-
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.29.1-0.20240104121741-1fb217d4a573
182-
183-
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.30.0-alpha.0.0.20231224075822-3bd9a13c86db
180+
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.30.2-0.20240519082755-d7b8c2d9e699

go.sum

Lines changed: 50 additions & 49 deletions
Large diffs are not rendered by default.

vendor/github.com/evanphx/json-patch/v5/internal/json/encode.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanphx/json-patch/v5/internal/json/stream.go

Lines changed: 2 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanphx/json-patch/v5/merge.go

Lines changed: 29 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)