aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-18 17:36:34 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-18 17:36:34 +0200
commitc19bd326ab93e79bbeebc32ad0a8efa2ed48d1b5 (patch)
tree7f67b5309244e8ee473f2252c8159a2890ac236a /go.mod
parent7dd8040d6d948d41f4e3cf632e868c640f09dd5b (diff)
downloadlens-c19bd326ab93e79bbeebc32ad0a8efa2ed48d1b5.tar.gz
lens-c19bd326ab93e79bbeebc32ad0a8efa2ed48d1b5.tar.bz2
lens-c19bd326ab93e79bbeebc32ad0a8efa2ed48d1b5.zip
chore: Add deps
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
)