Skip to content

Commit b77d694

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update module golang.org/x/net to v0.38.0
1 parent 00dd305 commit b77d694

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/rancher/go-rancher v0.1.1-0.20190307222549-9756097e5e4c
2222
github.com/sirupsen/logrus v1.9.3
2323
github.com/urfave/cli v1.22.16
24-
golang.org/x/net v0.37.0
24+
golang.org/x/net v0.38.0
2525
golang.org/x/sys v0.31.0
2626
google.golang.org/grpc v1.71.1
2727
google.golang.org/protobuf v1.36.6

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73r
187187
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
188188
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
189189
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
190-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
191-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
190+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
191+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
192192
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
193193
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
194194
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/net/http2/frame.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/http2/server.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ github.com/yusufpapurcu/wmi
290290
# golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
291291
## explicit; go 1.23.0
292292
golang.org/x/exp/constraints
293-
# golang.org/x/net v0.37.0
293+
# golang.org/x/net v0.38.0
294294
## explicit; go 1.23.0
295295
golang.org/x/net/context
296296
golang.org/x/net/http/httpguts

0 commit comments

Comments
 (0)