From 51f067936f61c3e05110b238c7e81a72fca9abdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:57:05 +0000 Subject: [PATCH] Bump github.com/gosimple/slug from 1.13.1 to 1.15.0 Bumps [github.com/gosimple/slug](https://github.com/gosimple/slug) from 1.13.1 to 1.15.0. - [Release notes](https://github.com/gosimple/slug/releases) - [Commits](https://github.com/gosimple/slug/compare/v1.13.1...v1.15.0) --- updated-dependencies: - dependency-name: github.com/gosimple/slug dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c8f123b..7d1f5de 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kenmoini/locksmith go 1.15 require ( - github.com/gosimple/slug v1.13.1 + github.com/gosimple/slug v1.15.0 github.com/jszwec/csvutil v1.5.0 github.com/kr/pretty v0.1.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect diff --git a/go.sum b/go.sum index 7d9f9b7..19bfedf 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/gosimple/slug v1.13.1 h1:bQ+kpX9Qa6tHRaK+fZR0A0M2Kd7Pa5eHPPsb1JpHD+Q= -github.com/gosimple/slug v1.13.1/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/jszwec/csvutil v1.5.0 h1:ErLnF1Qzzt9svk8CUY7CyLl/W9eET+KWPIZWkE1o6JM=