From 97b88f882d8a7bbfc61f2dfc89d657545a48b979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:24:24 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.6.3 to 1.9.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.9.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.6.3...v1.9.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 06da076..ffd9211 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,12 @@ require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.3.1 - github.com/gin-gonic/gin v1.6.3 + github.com/gin-gonic/gin v1.9.0 github.com/pkg/errors v0.9.1 github.com/ulule/limiter/v3 v3.5.0 github.com/urfave/cli/v2 v2.2.0 - golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 - golang.org/x/text v0.3.3 + golang.org/x/crypto v0.5.0 + golang.org/x/text v0.7.0 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/mail.v2 v2.3.1 gorm.io/driver/postgres v0.2.6