Skip to content

Commit 741abac

Browse files
authored
Merge pull request #1904 from NVIDIA/dependabot/go_modules/tests/golang.org/x/net-0.55.0
build(deps): Bump golang.org/x/net from 0.54.0 to 0.55.0 in /tests
2 parents f9513d7 + b847d75 commit 741abac

6 files changed

Lines changed: 63 additions & 31 deletions

File tree

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/google/go-cmp v0.7.0 // indirect
1818
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
1919
go.yaml.in/yaml/v3 v3.0.4 // indirect
20-
golang.org/x/net v0.54.0 // indirect
20+
golang.org/x/net v0.55.0 // indirect
2121
golang.org/x/sync v0.20.0 // indirect
2222
golang.org/x/sys v0.45.0 // indirect
2323
golang.org/x/text v0.37.0 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
5454
golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
5555
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
5656
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
57-
golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
58-
golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
57+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
58+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
5959
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
6060
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
6161
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=

tests/vendor/golang.org/x/net/html/parse.go

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

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

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

tests/vendor/golang.org/x/net/html/token.go

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

tests/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
7373
# golang.org/x/mod v0.35.0
7474
## explicit; go 1.25.0
7575
golang.org/x/mod/semver
76-
# golang.org/x/net v0.54.0
76+
# golang.org/x/net v0.55.0
7777
## explicit; go 1.25.0
7878
golang.org/x/net/html
7979
golang.org/x/net/html/atom

0 commit comments

Comments
 (0)