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 )