From 8c40bd3609c97ddff24209e1cf3bdfba046e3b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 07:05:22 +0000 Subject: [PATCH] Bump golang.org/x/text from 0.7.0 to 0.9.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d7ac135..cf2dcb4 100644 --- a/go.mod +++ b/go.mod @@ -8,17 +8,18 @@ require ( github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de github.com/awoodbeck/strftime v0.0.0-20180221155908-016cde65fcde github.com/fatih/structs v1.1.0 + github.com/getevo/evo v1.1.4 + github.com/getevo/evo-min v0.0.0-20230404084448-e4caca285083 github.com/go-redis/redis/v8 v8.11.5 github.com/gofiber/fiber/v2 v2.42.0 github.com/gofiber/utils/v2 v2.0.0-beta.1 github.com/iancoleman/strcase v0.2.0 github.com/kelindar/binary v1.0.17 github.com/otiai10/copy v1.9.0 - github.com/patrickmn/go-cache v2.1.0+incompatible github.com/segmentio/kafka-go v0.4.39 github.com/tidwall/gjson v1.7.4 github.com/valyala/fasthttp v1.44.0 - golang.org/x/text v0.7.0 + golang.org/x/text v0.9.0 gopkg.in/yaml.v3 v3.0.1 gorm.io/driver/mysql v1.4.7 gorm.io/driver/sqlite v1.4.4 @@ -53,5 +54,5 @@ require ( github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect - golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect + golang.org/x/sys v0.5.0 // indirect )