Skip to content

Commit 482e264

Browse files
authored
Merge pull request #494 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.13.0
chore(deps): bump golang.org/x/net from 0.12.0 to 0.13.0
2 parents c57ad60 + e74cb05 commit 482e264

File tree

5 files changed

+32
-9
lines changed

5 files changed

+32
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/onsi/gomega v1.27.10
1111
github.com/pborman/uuid v1.2.1
1212
github.com/stretchr/testify v1.8.4
13-
golang.org/x/net v0.12.0
13+
golang.org/x/net v0.13.0
1414
google.golang.org/grpc v1.57.0
1515
google.golang.org/protobuf v1.31.0
1616
k8s.io/api v0.24.15

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qx
509509
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
510510
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
511511
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
512-
golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
513-
golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
512+
golang.org/x/net v0.13.0 h1:Nvo8UFsZ8X3BhAC9699Z1j7XQ3rsZnUUm7jfBEk1ueY=
513+
golang.org/x/net v0.13.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
514514
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
515515
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
516516
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

vendor/golang.org/x/net/html/render.go

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

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

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ golang.org/x/crypto/internal/alias
321321
golang.org/x/crypto/internal/poly1305
322322
golang.org/x/crypto/ssh
323323
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
324-
# golang.org/x/net v0.12.0
324+
# golang.org/x/net v0.13.0
325325
## explicit; go 1.17
326326
golang.org/x/net/context
327327
golang.org/x/net/html

0 commit comments

Comments
 (0)