From b9c8d58799489205486633565bfcbbbb7b998e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 00:09:27 +0000 Subject: [PATCH] Bump golang.org/x/text in /functions/async/pubsub/producer Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functions/async/pubsub/producer/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/async/pubsub/producer/go.mod b/functions/async/pubsub/producer/go.mod index 2e9394d..8e47e10 100644 --- a/functions/async/pubsub/producer/go.mod +++ b/functions/async/pubsub/producer/go.mod @@ -12,8 +12,8 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect - golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect + golang.org/x/text v0.3.8 // indirect google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect google.golang.org/grpc v1.40.0 // indirect google.golang.org/protobuf v1.27.1 // indirect