From 40122b1e9ca874e16151be746f94802f95b8717c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 00:45:28 +0000 Subject: [PATCH] fix(deps): update module google.golang.org/api to v0.136.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 29291c548..c2ecd94bc 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.7.0 golang.org/x/oauth2 v0.9.0 - google.golang.org/api v0.122.0 + google.golang.org/api v0.136.0 helm.sh/helm/v3 v3.12.1 )