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 a1defb6390 build(deps): bump golang.org/x/net in
/tests/gold_tests/h3/go_h3_client (#13530)
a1defb6390 is described below
commit a1defb6390682958691ec629f231504a30b609db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 19:55:56 2026 -0500
build(deps): bump golang.org/x/net in /tests/gold_tests/h3/go_h3_client
(#13530)
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/h3/go_h3_client/go.mod | 2 +-
tests/gold_tests/h3/go_h3_client/go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/gold_tests/h3/go_h3_client/go.mod
b/tests/gold_tests/h3/go_h3_client/go.mod
index 2418b8061d..58af4490c5 100644
--- a/tests/gold_tests/h3/go_h3_client/go.mod
+++ b/tests/gold_tests/h3/go_h3_client/go.mod
@@ -7,7 +7,7 @@ require github.com/quic-go/quic-go v0.59.1
require (
github.com/quic-go/qpack v0.6.0 // indirect
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
golang.org/x/text v0.37.0 // indirect
)
diff --git a/tests/gold_tests/h3/go_h3_client/go.sum
b/tests/gold_tests/h3/go_h3_client/go.sum
index 6917dda0c4..8cf1daf8b1 100644
--- a/tests/gold_tests/h3/go_h3_client/go.sum
+++ b/tests/gold_tests/h3/go_h3_client/go.sum
@@ -12,8 +12,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=
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=