Skip to content

Commit 07d5eb9

Browse files
committed
Update deps
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 3349694 commit 07d5eb9

File tree

675 files changed

+53970
-15640
lines changed

Some content is hidden

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

675 files changed

+53970
-15640
lines changed

apis/proxyserver/v1alpha1/openapi_generated.go

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

go.mod

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
k8s.io/kube-aggregator v0.30.1
2424
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
2525
k8s.io/utils v0.0.0-20240310230437-4693a0247e57
26-
kmodules.xyz/client-go v0.30.14
26+
kmodules.xyz/client-go v0.30.17
2727
open-cluster-management.io/addon-framework v0.10.0
2828
open-cluster-management.io/api v0.14.0
2929
sigs.k8s.io/controller-runtime v0.18.4
@@ -43,7 +43,7 @@ require (
4343
github.com/beorn7/perks v1.0.1 // indirect
4444
github.com/blang/semver/v4 v4.0.0 // indirect
4545
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
46-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
46+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/coreos/go-semver v0.3.1 // indirect
4848
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
4949
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -55,6 +55,7 @@ require (
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
58+
github.com/ghodss/yaml v1.0.0 // indirect
5859
github.com/go-errors/errors v1.4.2 // indirect
5960
github.com/go-logr/logr v1.4.1 // indirect
6061
github.com/go-logr/stdr v1.2.2 // indirect
@@ -73,6 +74,7 @@ require (
7374
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7475
github.com/google/uuid v1.6.0 // indirect
7576
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
77+
github.com/gorilla/websocket v1.5.1 // indirect
7678
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
7779
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
7880
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -101,9 +103,13 @@ require (
101103
github.com/prometheus/client_model v0.5.0 // indirect
102104
github.com/prometheus/common v0.45.0 // indirect
103105
github.com/prometheus/procfs v0.12.0 // indirect
106+
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9 // indirect
107+
github.com/rancher/rancher/pkg/client v0.0.0-20240710123941-93e332156bbe // indirect
108+
github.com/rancher/wrangler/v3 v3.0.0 // indirect
104109
github.com/rogpeppe/go-internal v1.11.0 // indirect
105110
github.com/sergi/go-diff v1.1.0 // indirect
106111
github.com/shopspring/decimal v1.3.1 // indirect
112+
github.com/sirupsen/logrus v1.9.3 // indirect
107113
github.com/spf13/cast v1.5.0 // indirect
108114
github.com/stoewer/go-strcase v1.2.0 // indirect
109115
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -129,14 +135,14 @@ require (
129135
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
130136
go.uber.org/multierr v1.11.0 // indirect
131137
go.uber.org/zap v1.26.0 // indirect
132-
golang.org/x/crypto v0.22.0 // indirect
138+
golang.org/x/crypto v0.27.0 // indirect
133139
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
134-
golang.org/x/net v0.24.0 // indirect
135-
golang.org/x/oauth2 v0.16.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
139-
golang.org/x/text v0.14.0 // indirect
140+
golang.org/x/net v0.29.0 // indirect
141+
golang.org/x/oauth2 v0.22.0 // indirect
142+
golang.org/x/sync v0.8.0 // indirect
143+
golang.org/x/sys v0.25.0 // indirect
144+
golang.org/x/term v0.24.0 // indirect
145+
golang.org/x/text v0.18.0 // indirect
140146
golang.org/x/time v0.5.0 // indirect
141147
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
142148
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
@@ -149,7 +155,6 @@ require (
149155
gomodules.xyz/sets v0.2.1 // indirect
150156
gomodules.xyz/wait v0.2.0 // indirect
151157
google.golang.org/api v0.74.0 // indirect
152-
google.golang.org/appengine v1.6.8 // indirect
153158
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
154159
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
155160
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect

0 commit comments

Comments
 (0)