From 31b8eda8e0c7b2113b670df055319db744147b61 Mon Sep 17 00:00:00 2001 From: "wiz-betterup[bot]" <247458705+wiz-betterup[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:03:14 +0000 Subject: [PATCH] Remediate vulnerabilities in go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1d56a1d..6f70e30 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/sprig v2.22.0+incompatible github.com/hpcloud/tail v1.0.1-0.20170207023346-faf842bde7ed github.com/jwilder/gojq v0.0.0-20161018055142-c550732d4a52 - golang.org/x/net v0.10.0 + golang.org/x/net v0.38.0 ) require ( @@ -20,7 +20,7 @@ require ( github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/stretchr/testify v1.8.2 // indirect - golang.org/x/crypto v0.9.0 // indirect + golang.org/x/crypto v0.45.0 // indirect golang.org/x/sys v0.8.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect