From c19bd326ab93e79bbeebc32ad0a8efa2ed48d1b5 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 18 Jun 2023 17:36:34 +0200 Subject: chore: Add deps --- go.mod | 3 ++- go.sum | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 ) diff --git a/go.sum b/go.sum index bfa9ec6..d0e670b 100644 --- a/go.sum +++ b/go.sum @@ -42,6 +42,8 @@ github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee h1:8Iv5m6xEo1NR1Avp 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= -- cgit v1.2.3