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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3