From 83627ce8cb7376c4656b45e35849a95c19c9693d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:55:50 +0000 Subject: [PATCH] Bump golang.org/x/text from 0.3.7 to 0.3.8 in /reactr/db 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] --- reactr/db/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactr/db/go.mod b/reactr/db/go.mod index 9920364..bd28dd2 100644 --- a/reactr/db/go.mod +++ b/reactr/db/go.mod @@ -32,5 +32,5 @@ require ( golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/text v0.3.8 // indirect )