From 6fea636d090c91424e19f003c89ffc3e2178f4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:50:39 +0000 Subject: [PATCH] Bump github.com/gosimple/slug from 1.14.0 to 1.15.0 in /adminEditor Bumps [github.com/gosimple/slug](https://github.com/gosimple/slug) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/gosimple/slug/releases) - [Commits](https://github.com/gosimple/slug/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/gosimple/slug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- adminEditor/go.mod | 4 ++-- adminEditor/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adminEditor/go.mod b/adminEditor/go.mod index c13fbe78..618231cc 100644 --- a/adminEditor/go.mod +++ b/adminEditor/go.mod @@ -4,7 +4,8 @@ go 1.23.1 require ( github.com/disintegration/imaging v1.6.2 - github.com/gosimple/slug v1.14.0 + github.com/gosimple/slug v1.15.0 + github.com/joho/godotenv v1.5.1 github.com/swaggo/http-swagger v1.3.4 github.com/swaggo/swag v1.16.4 ) @@ -16,7 +17,6 @@ require ( github.com/go-openapi/spec v0.21.0 // indirect github.com/go-openapi/swag v0.23.0 // indirect github.com/gosimple/unidecode v1.0.1 // indirect - github.com/joho/godotenv v1.5.1 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/swaggo/files v1.0.1 // indirect diff --git a/adminEditor/go.sum b/adminEditor/go.sum index d8344582..53ebd1c2 100644 --- a/adminEditor/go.sum +++ b/adminEditor/go.sum @@ -12,8 +12,8 @@ github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9Z github.com/go-openapi/spec v0.21.0/go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk= github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE= github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ= -github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es= -github.com/gosimple/slug v1.14.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ= +github.com/gosimple/slug v1.15.0 h1:wRZHsRrRcs6b0XnxMUBM6WK1U1Vg5B0R7VkIf1Xzobo= +github.com/gosimple/slug v1.15.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ= github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o= github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=