From 1b6dd3ae79fac49334fe28dbf1bc0c4f79440a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:21:45 +0000 Subject: [PATCH] chore(deps): bump google.golang.org/protobuf Bumps google.golang.org/protobuf from 1.26.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .lighthouse/jenkins-x/tests/go.mod | 2 +- .lighthouse/jenkins-x/tests/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.lighthouse/jenkins-x/tests/go.mod b/.lighthouse/jenkins-x/tests/go.mod index 7fdea66414..d9c6e1d3da 100644 --- a/.lighthouse/jenkins-x/tests/go.mod +++ b/.lighthouse/jenkins-x/tests/go.mod @@ -81,7 +81,7 @@ require ( golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.26.0 // indirect + google.golang.org/protobuf v1.33.0 // indirect gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/src-d/go-git.v4 v4.13.1 // indirect diff --git a/.lighthouse/jenkins-x/tests/go.sum b/.lighthouse/jenkins-x/tests/go.sum index 7715221236..fdee8e0ae0 100644 --- a/.lighthouse/jenkins-x/tests/go.sum +++ b/.lighthouse/jenkins-x/tests/go.sum @@ -1791,8 +1791,9 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/AlecAivazis/survey.v1 v1.8.8 h1:5UtTowJZTz1j7NxVzDGKTz6Lm9IWm8DDF6b7a2wq9VY= gopkg.in/AlecAivazis/survey.v1 v1.8.8/go.mod h1:CaHjv79TCgAvXMSFJSVgonHXYWxnhzI3eoHtnX5UgUo= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=