From f0430ce0b4ea5d180ee6698ce01ec6fe3256daa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:16:01 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/net in /perf/images/https/v1.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- perf/images/https/v1.0/go.mod | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perf/images/https/v1.0/go.mod b/perf/images/https/v1.0/go.mod index 240e6b36..dc8f021f 100644 --- a/perf/images/https/v1.0/go.mod +++ b/perf/images/https/v1.0/go.mod @@ -1,8 +1,13 @@ module github.com/libp2p/test-plans/perf/impl/https -go 1.21 +go 1.25.0 require ( github.com/redis/go-redis/v9 v9.0.5 - golang.org/x/net v0.17.0 + golang.org/x/net v0.55.0 +) + +require ( + github.com/cespare/xxhash/v2 v2.2.0 // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect )