@@ -36,12 +36,12 @@ require (
3636 github.com/evanphx/json-patch v5.9.11+incompatible
3737 github.com/go-ldap/ldap/v3 v3.4.11
3838 github.com/gorilla/mux v1.8.1
39- github.com/rancher/dynamiclistener v0.7.2-rc1
39+ github.com/rancher/dynamiclistener v0.7.2-rc.3
4040 github.com/rancher/jsonpath v0.0.0-20250620213443-ad24535cf0c1
4141 github.com/rancher/lasso v0.2.5-rc.1
4242 github.com/rancher/rancher/pkg/apis v0.0.0-20250918152046-69e9a6ff0ae9
4343 github.com/rancher/rke v1.8.6
44- github.com/rancher/wrangler/v3 v3.2.4
44+ github.com/rancher/wrangler/v3 v3.3.0-rc.2
4545 github.com/robfig/cron v1.2.0
4646 github.com/sirupsen/logrus v1.9.3
4747 github.com/stretchr/testify v1.11.1
@@ -59,6 +59,8 @@ require (
5959 sigs.k8s.io/yaml v1.6.0
6060)
6161
62+ require golang.org/x/tools/go/expect v0.1.0-deprecated // indirect
63+
6264require (
6365 github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
6466 github.com/beorn7/perks v1.0.1 // indirect
@@ -96,7 +98,8 @@ require (
9698 github.com/rancher/eks-operator v1.12.1 // indirect
9799 github.com/rancher/fleet/pkg/apis v0.13.0 // indirect
98100 github.com/rancher/gke-operator v1.12.1 // indirect
99- github.com/rancher/norman v0.7.0 // indirect
101+ // TODO: Replace with a tag during un-rc'ing
102+ github.com/rancher/norman v0.7.1-0.20251002202451-d14394e537ab // indirect
100103 github.com/spf13/pflag v1.0.6 // indirect
101104 github.com/x448/float16 v0.8.4 // indirect
102105 go.opentelemetry.io/otel v1.36.0 // indirect
@@ -111,9 +114,8 @@ require (
111114 golang.org/x/sys v0.36.0 // indirect
112115 golang.org/x/term v0.35.0 // indirect
113116 golang.org/x/time v0.12.0 // indirect
114- golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
115117 gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
116- google.golang.org/protobuf v1.36.6 // indirect
118+ google.golang.org/protobuf v1.36.8 // indirect
117119 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
118120 gopkg.in/inf.v0 v0.9.1 // indirect
119121 gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -126,7 +128,7 @@ require (
126128 k8s.io/gengo v0.0.0-20250130153323-76c5745d3511 // indirect
127129 k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
128130 k8s.io/klog/v2 v2.130.1 // indirect
129- k8s.io/kube-aggregator v0.33 .1 // indirect
131+ k8s.io/kube-aggregator v0.34 .1 // indirect
130132 k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
131133 k8s.io/kubelet v0.0.0 // indirect
132134 sigs.k8s.io/cluster-api v1.10.2 // indirect
0 commit comments