feat: replace stdlig flag with pflag by spf13

This commit is contained in:
2026-04-23 22:42:35 +02:00
parent 5e2043d54e
commit 939338477c
5 changed files with 20 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@ go 1.26.1
require (
github.com/gin-gonic/gin v1.12.0
github.com/google/uuid v1.6.0
github.com/spf13/pflag v1.0.10
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1
)