From 22cfc5ca0a7a89dc5a58126ad27fa9b8f46c8677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:31:15 +0000 Subject: [PATCH] Bump github.com/gosimple/slug from 1.14.0 to 1.15.0 in /app 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] --- app/go.mod | 2 +- app/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/go.mod b/app/go.mod index 1c8a2ea..7f0a0a5 100644 --- a/app/go.mod +++ b/app/go.mod @@ -3,7 +3,7 @@ module github.com/EngineeringKiosk/GermanTechPodcasts go 1.19 require ( - github.com/gosimple/slug v1.14.0 + github.com/gosimple/slug v1.15.0 github.com/spf13/cobra v1.8.1 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/app/go.sum b/app/go.sum index fdc7c39..8bbe39a 100644 --- a/app/go.sum +++ b/app/go.sum @@ -1,6 +1,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -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/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=