diff --git a/go.mod b/go.mod
index 1ad6b0dac656ed33ae2e81b085263a1a1745beac..4778b578de239d2f00372a222cb31347b74462d4 100644
--- a/go.mod
+++ b/go.mod
@@ -9,8 +9,10 @@ github.com/gabriel-vasile/mimetype v1.4.2
github.com/google/go-cmp v0.5.9
github.com/samber/lo v1.38.1
github.com/sirupsen/logrus v1.9.2
+ github.com/spf13/pflag v1.0.5
github.com/valyala/fasthttp v1.47.0
golang.org/x/crypto v0.8.0
+ gorm.io/driver/mysql v1.5.1
gorm.io/driver/postgres v1.5.2
gorm.io/driver/sqlite v1.5.0
gorm.io/gen v0.3.22
@@ -36,7 +38,6 @@ golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.3 // indirect
gorm.io/datatypes v1.2.0 // indirect
- gorm.io/driver/mysql v1.5.1 // indirect
gorm.io/hints v1.1.2 // indirect
gorm.io/plugin/dbresolver v1.4.1 // indirect
)
diff --git a/go.sum b/go.sum
index bfa9ec66960413c6d9f9dd98db3dbd1ea06d936f..d0e670b90e662ccf832a0df939d7c15094452b93 100644
--- a/go.sum
+++ b/go.sum
@@ -42,6 +42,8 @@ github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee h1:8Iv5m6xEo1NR1AvpV+7XmhI4r39LGNzwUL4YpMuL5vk=
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee/go.mod h1:qwtSXrKuJh/zsFQ12yEE89xfCrGKK63Rr7ctU/uCo4g=
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y=
github.com/sirupsen/logrus v1.9.2/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
+github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
+github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=