File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ go 1.23.1
44
55require (
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
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/go-openapi/spec v0.21.0 h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9Z
1212github.com/go-openapi/spec v0.21.0 /go.mod h1:78u6VdPw81XU44qEWGhtr982gJ5BWg2c0I5XwVMotYk =
1313github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE =
1414github.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 =
1717github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o =
1818github.com/gosimple/unidecode v1.0.1 /go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc =
1919github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
You can’t perform that action at this time.
0 commit comments