This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 190a07c9a9 build(deps): bump golang.org/x/net (#13500)
190a07c9a9 is described below
commit 190a07c9a990029790e531e64a29c45dfd9f79f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 14:37:59 2026 -0500
build(deps): bump golang.org/x/net (#13500)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to
0.55.0.
- [Commits](https://github.com/golang/net/compare/v0.54.0...v0.55.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.55.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tests/gold_tests/qmux/go_qmux_client/go.mod | 2 +-
tests/gold_tests/qmux/go_qmux_client/go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/gold_tests/qmux/go_qmux_client/go.mod
b/tests/gold_tests/qmux/go_qmux_client/go.mod
index 45b8d1a405..e9161bbcdb 100644
--- a/tests/gold_tests/qmux/go_qmux_client/go.mod
+++ b/tests/gold_tests/qmux/go_qmux_client/go.mod
@@ -10,6 +10,6 @@ require (
require (
golang.org/x/crypto v0.52.0 // indirect
- golang.org/x/net v0.54.0 // indirect
+ golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
)
diff --git a/tests/gold_tests/qmux/go_qmux_client/go.sum
b/tests/gold_tests/qmux/go_qmux_client/go.sum
index 2218ca4f07..7527a339a2 100644
--- a/tests/gold_tests/qmux/go_qmux_client/go.sum
+++ b/tests/gold_tests/qmux/go_qmux_client/go.sum
@@ -18,8 +18,8 @@ go.uber.org/mock v0.5.2
h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
go.uber.org/mock v0.5.2/go.mod h1:wLlUxC2vVTPTaE3UD51E0BGOAElKrILxhVSDYQLld5o=
golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
golang.org/x/crypto v0.52.0/go.mod
h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
-golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
-golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
+golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
+golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY=
golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=