Skip to content

Commit 65dfa92

Browse files
Update module github.com/rancher/wrangler/v3 to v3.3.2
1 parent 109592b commit 65dfa92

File tree

2 files changed

+66
-96
lines changed

2 files changed

+66
-96
lines changed

go.mod

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
module github.com/rancher/remotedialer-proxy
22

3-
go 1.24.0
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/gorilla/mux v1.8.1
97
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
108
github.com/rancher/dynamiclistener v0.7.3
119
github.com/rancher/remotedialer v0.6.0
12-
github.com/rancher/wrangler/v3 v3.3.1
10+
github.com/rancher/wrangler/v3 v3.3.2
1311
github.com/sirupsen/logrus v1.9.3
14-
k8s.io/api v0.34.1
15-
k8s.io/apimachinery v0.34.1
16-
k8s.io/client-go v0.34.1
12+
k8s.io/api v0.35.0
13+
k8s.io/apimachinery v0.35.0
14+
k8s.io/client-go v0.35.0
1715
)
1816

1917
require (
@@ -27,7 +25,6 @@ require (
2725
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2826
github.com/go-openapi/jsonreference v0.21.0 // indirect
2927
github.com/go-openapi/swag v0.23.0 // indirect
30-
github.com/gogo/protobuf v1.3.2 // indirect
3128
github.com/google/gnostic-models v0.7.0 // indirect
3229
github.com/google/go-cmp v0.7.0 // indirect
3330
github.com/google/uuid v1.6.0 // indirect
@@ -41,29 +38,29 @@ require (
4138
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
4239
github.com/pkg/errors v0.9.1 // indirect
4340
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
44-
github.com/prometheus/client_golang v1.23.0 // indirect
41+
github.com/prometheus/client_golang v1.23.2 // indirect
4542
github.com/prometheus/client_model v0.6.2 // indirect
46-
github.com/prometheus/common v0.65.0 // indirect
43+
github.com/prometheus/common v0.66.1 // indirect
4744
github.com/prometheus/procfs v0.17.0 // indirect
48-
github.com/rancher/lasso v0.2.5 // indirect
49-
github.com/spf13/pflag v1.0.6 // indirect
45+
github.com/rancher/lasso v0.2.6 // indirect
46+
github.com/spf13/pflag v1.0.9 // indirect
5047
github.com/x448/float16 v0.8.4 // indirect
51-
go.yaml.in/yaml/v2 v2.4.2 // indirect
48+
go.yaml.in/yaml/v2 v2.4.3 // indirect
5249
go.yaml.in/yaml/v3 v3.0.4 // indirect
53-
golang.org/x/crypto v0.42.0 // indirect
54-
golang.org/x/net v0.44.0 // indirect
50+
golang.org/x/crypto v0.44.0 // indirect
51+
golang.org/x/net v0.47.0 // indirect
5552
golang.org/x/oauth2 v0.30.0 // indirect
56-
golang.org/x/sync v0.17.0 // indirect
57-
golang.org/x/sys v0.36.0 // indirect
58-
golang.org/x/term v0.35.0 // indirect
59-
golang.org/x/text v0.29.0 // indirect
53+
golang.org/x/sync v0.18.0 // indirect
54+
golang.org/x/sys v0.38.0 // indirect
55+
golang.org/x/term v0.37.0 // indirect
56+
golang.org/x/text v0.31.0 // indirect
6057
golang.org/x/time v0.9.0 // indirect
6158
google.golang.org/protobuf v1.36.8 // indirect
62-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
59+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6360
gopkg.in/inf.v0 v0.9.1 // indirect
6461
gopkg.in/yaml.v3 v3.0.1 // indirect
6562
k8s.io/klog/v2 v2.130.1 // indirect
66-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
63+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
6764
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
6865
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
6966
sigs.k8s.io/randfill v1.0.0 // indirect

0 commit comments

Comments
 (0)