From 94a4facc6c9ea9563095ffcce67281c60f37ab93 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 5 Aug 2026 15:31:48 -0400 Subject: [PATCH] chore(deps): promote golang.org/x/net to direct dependency Pulled in as a direct requirement by templ v0.3.1020 code generation; it was previously only an indirect dependency. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d3a18fb..d4701b1 100644 --- a/go.mod +++ b/go.mod @@ -29,6 +29,7 @@ require ( github.com/yuin/goldmark v1.8.2 github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594 golang.org/x/crypto v0.50.0 + golang.org/x/net v0.53.0 golang.org/x/text v0.36.0 ) @@ -57,7 +58,6 @@ require ( github.com/rogpeppe/go-internal v1.14.1 // indirect github.com/xyproto/randomstring v1.2.0 // indirect golang.org/x/image v0.39.0 // indirect - golang.org/x/net v0.53.0 // indirect golang.org/x/sync v0.20.0 // indirect golang.org/x/sys v0.43.0 // indirect golang.org/x/time v0.15.0 // indirect