Skip to content

Commit 788353b

Browse files
authored
Merge pull request #17 from d-oit/dependabot/go_modules/adminEditor/github.com/gosimple/slug-1.15.0
Bump github.com/gosimple/slug from 1.14.0 to 1.15.0 in /adminEditor
2 parents d4bdc3f + 6fea636 commit 788353b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adminEditor/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ go 1.23.1
44

55
require (
66
github.com/disintegration/imaging v1.6.2
7-
github.com/gosimple/slug v1.14.0
7+
github.com/gosimple/slug v1.15.0
8+
github.com/joho/godotenv v1.5.1
89
github.com/swaggo/http-swagger v1.3.4
910
github.com/swaggo/swag v1.16.4
1011
)
@@ -16,7 +17,6 @@ require (
1617
github.com/go-openapi/spec v0.21.0 // indirect
1718
github.com/go-openapi/swag v0.23.0 // indirect
1819
github.com/gosimple/unidecode v1.0.1 // indirect
19-
github.com/joho/godotenv v1.5.1 // indirect
2020
github.com/josharian/intern v1.0.0 // indirect
2121
github.com/mailru/easyjson v0.7.7 // indirect
2222
github.com/swaggo/files v1.0.1 // indirect

adminEditor/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9Z
1212
github.com/go-openapi/spec v0.21.0/go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk=
1313
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=
1414
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
15-
github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es=
16-
github.com/gosimple/slug v1.14.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ=
15+
github.com/gosimple/slug v1.15.0 h1:wRZHsRrRcs6b0XnxMUBM6WK1U1Vg5B0R7VkIf1Xzobo=
16+
github.com/gosimple/slug v1.15.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ=
1717
github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o=
1818
github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc=
1919
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=

0 commit comments

Comments
 (0)