Skip to content

Commit 91e1b73

Browse files
Sync dependencies (#1107)
Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com>
1 parent 8407ed8 commit 91e1b73

File tree

2 files changed

+60
-53
lines changed

2 files changed

+60
-53
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ require (
4646
github.com/gorilla/mux v1.8.1
4747
github.com/rancher/dynamiclistener v0.6.2
4848
github.com/rancher/lasso v0.2.4
49-
github.com/rancher/rancher/pkg/apis v0.0.0-20250821052120-92c1d050c17c
49+
github.com/rancher/rancher/pkg/apis v0.0.0-20250919133431-8e6245f06426
5050
github.com/rancher/rke v1.8.5
5151
github.com/rancher/wrangler/v3 v3.2.4
5252
github.com/robfig/cron v1.2.0
5353
github.com/sirupsen/logrus v1.9.3
54-
github.com/stretchr/testify v1.10.0
55-
go.uber.org/mock v0.5.2
56-
golang.org/x/text v0.27.0
57-
golang.org/x/tools v0.34.0
58-
k8s.io/api v0.33.1
59-
k8s.io/apimachinery v0.33.1
54+
github.com/stretchr/testify v1.11.1
55+
go.uber.org/mock v0.6.0
56+
golang.org/x/text v0.28.0
57+
golang.org/x/tools v0.36.0
58+
k8s.io/api v0.33.4
59+
k8s.io/apimachinery v0.33.4
6060
k8s.io/apiserver v0.33.1
6161
k8s.io/client-go v12.0.0+incompatible
6262
k8s.io/kubernetes v1.32.1
@@ -86,7 +86,7 @@ require (
8686
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
8787
github.com/ghodss/yaml v1.0.0 // indirect
8888
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
89-
github.com/go-logr/logr v1.4.2 // indirect
89+
github.com/go-logr/logr v1.4.3 // indirect
9090
github.com/go-logr/stdr v1.2.2 // indirect
9191
github.com/go-openapi/jsonpointer v0.21.0 // indirect
9292
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -116,10 +116,10 @@ require (
116116
github.com/prometheus/client_model v0.6.1 // indirect
117117
github.com/prometheus/common v0.62.0 // indirect
118118
github.com/prometheus/procfs v0.15.1 // indirect
119-
github.com/rancher/aks-operator v1.11.5 // indirect
120-
github.com/rancher/eks-operator v1.11.5 // indirect
119+
github.com/rancher/aks-operator v1.11.6 // indirect
120+
github.com/rancher/eks-operator v1.11.6 // indirect
121121
github.com/rancher/fleet/pkg/apis v0.12.3 // indirect
122-
github.com/rancher/gke-operator v1.11.5 // indirect
122+
github.com/rancher/gke-operator v1.11.6 // indirect
123123
github.com/rancher/norman v0.5.2 // indirect
124124
github.com/spf13/cobra v1.8.1 // indirect
125125
github.com/spf13/pflag v1.0.5 // indirect
@@ -141,20 +141,21 @@ require (
141141
go.uber.org/multierr v1.11.0 // indirect
142142
go.uber.org/zap v1.27.0 // indirect
143143
go.yaml.in/yaml/v2 v2.4.2 // indirect
144-
golang.org/x/crypto v0.40.0 // indirect
144+
golang.org/x/crypto v0.41.0 // indirect
145145
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
146-
golang.org/x/mod v0.25.0 // indirect
147-
golang.org/x/net v0.42.0 // indirect
146+
golang.org/x/mod v0.27.0 // indirect
147+
golang.org/x/net v0.43.0 // indirect
148148
golang.org/x/oauth2 v0.30.0 // indirect
149149
golang.org/x/sync v0.16.0 // indirect
150-
golang.org/x/sys v0.34.0 // indirect
151-
golang.org/x/term v0.33.0 // indirect
150+
golang.org/x/sys v0.35.0 // indirect
151+
golang.org/x/term v0.34.0 // indirect
152152
golang.org/x/time v0.10.0 // indirect
153+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
153154
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
154155
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
155156
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
156157
google.golang.org/grpc v1.70.0 // indirect
157-
google.golang.org/protobuf v1.36.6 // indirect
158+
google.golang.org/protobuf v1.36.7 // indirect
158159
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
159160
gopkg.in/inf.v0 v0.9.1 // indirect
160161
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)