From 6aa169500f263bb2b50cc435c9f21c9eea1d057e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:37:54 +0000 Subject: [PATCH] fix(deps): update module golang.org/x/net to v0.32.0 in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d7b248..9e19cf9 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 github.com/yargevad/filepathx v1.0.0 - golang.org/x/net v0.31.0 + golang.org/x/net v0.32.0 golang.org/x/time v0.8.0 wait4x.dev/v2 v2.14.2 )