From 9f0899e2474c8f4c43577a61762adc057e705e49 Mon Sep 17 00:00:00 2001 From: "wiz-betterup[bot]" <247458705+wiz-betterup[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 03:59:23 +0000 Subject: [PATCH] Remediate vulnerabilities in go.mod --- go.mod | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index 18c4e6d29..b9cb80a69 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/storage v1.22.0 - filippo.io/age v1.0.0 + filippo.io/age v1.2.1 github.com/Azure/azure-sdk-for-go v63.3.0+incompatible github.com/Azure/go-autorest/autorest v0.11.26 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 @@ -26,15 +26,15 @@ require ( github.com/sirupsen/logrus v1.9.0 github.com/stretchr/testify v1.7.1 go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a - golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 - golang.org/x/net v0.10.0 + golang.org/x/crypto v0.45.0 + golang.org/x/net v0.38.0 golang.org/x/sys v0.8.0 google.golang.org/api v0.74.0 - google.golang.org/grpc v1.45.0 - google.golang.org/protobuf v1.28.0 + google.golang.org/grpc v1.56.3 + google.golang.org/protobuf v1.33.0 gopkg.in/ini.v1 v1.66.4 gopkg.in/urfave/cli.v1 v1.20.0 - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e ) require ( @@ -61,7 +61,7 @@ require ( github.com/dimchansky/utfbom v1.1.1 // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect - github.com/golang-jwt/jwt/v4 v4.5.0 // indirect + github.com/golang-jwt/jwt/v4 v4.5.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/snappy v0.0.4 // indirect github.com/googleapis/gax-go/v2 v2.2.0 // indirect @@ -73,7 +73,7 @@ require ( github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/hashicorp/go-plugin v1.4.3 // indirect - github.com/hashicorp/go-retryablehttp v0.7.0 // indirect + github.com/hashicorp/go-retryablehttp v0.7.7 // indirect github.com/hashicorp/go-rootcerts v1.0.2 // indirect github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect github.com/hashicorp/go-secure-stdlib/parseutil v0.1.3 // indirect @@ -95,14 +95,14 @@ require ( github.com/oklog/run v1.1.0 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.2 // indirect - github.com/opencontainers/runc v1.1.0 // indirect + github.com/opencontainers/runc v1.2.8 // indirect github.com/pierrec/lz4 v2.6.1+incompatible // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect github.com/stretchr/objx v0.3.0 // indirect go.opencensus.io v0.23.0 // indirect go.uber.org/atomic v1.9.0 // indirect - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect + golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/term v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect