From 57b0b34f240ca247508e0ded6be1823c669417db Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:19:55 +0000 Subject: [PATCH] :seedling: Update Update Golang Dependencies group | datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/mod | v0.16.0 | v0.22.0 | | go | golang.org/x/oauth2 | v0.18.0 | v0.24.0 | | go | helm.sh/helm/v3 | v3.14.4 | v3.16.2 | --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0682603a..b884167e 100644 --- a/go.mod +++ b/go.mod @@ -8,11 +8,11 @@ require ( github.com/opencontainers/image-spec v1.1.0 github.com/spf13/cobra v1.8.0 github.com/valyala/fasttemplate v1.2.2 - golang.org/x/mod v0.16.0 - golang.org/x/oauth2 v0.18.0 + golang.org/x/mod v0.22.0 + golang.org/x/oauth2 v0.24.0 gopkg.in/src-d/go-git.v4 v4.13.1 gopkg.in/yaml.v3 v3.0.1 - helm.sh/helm/v3 v3.14.4 + helm.sh/helm/v3 v3.16.2 oras.land/oras-go/v2 v2.5.0 )