From cbca67a61d75be6c9d097a2dd8f28377289608d2 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Thu, 10 Jul 2025 16:08:04 -0400 Subject: [PATCH] Update golang.org/x/net dependency to v0.42.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06e3aba..811e262 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/net v0.41.0 // indirect + golang.org/x/net v0.42.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect )