From 341630df051a48cc39bbf2beff0fb33121132d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 09:02:51 +0000 Subject: [PATCH] Bump github.com/unrolled/secure from 1.0.8 to 1.13.0 Bumps [github.com/unrolled/secure](https://github.com/unrolled/secure) from 1.0.8 to 1.13.0. - [Release notes](https://github.com/unrolled/secure/releases) - [Commits](https://github.com/unrolled/secure/compare/v1.0.8...v1.13.0) --- updated-dependencies: - dependency-name: github.com/unrolled/secure dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 935f5d2..bb6f6dc 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( github.com/swaggo/files v1.0.1 github.com/swaggo/gin-swagger v1.6.0 github.com/swaggo/swag v1.16.2 - github.com/unrolled/secure v1.0.8 + github.com/unrolled/secure v1.13.0 golang.org/x/crypto v0.16.0 golang.org/x/text v0.14.0 gorm.io/driver/mysql v1.5.2