aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1ad6b0d..4778b57 100644
--- a/go.mod
+++ b/go.mod
@@ -9,8 +9,10 @@ require (
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 @@ require (
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
)