From 4c6b98aa002db9d52742b25483c44457b1aaef13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:46:06 +0000 Subject: [PATCH] Build(deps): Bump golang.org/x/text from 0.3.6 to 0.3.8 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 273e31a..361d36a 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/pkg/errors v0.9.1 github.com/smartystreets/goconvey v1.6.4 gocloud.dev v0.23.0 - golang.org/x/text v0.3.6 + golang.org/x/text v0.3.8 )