summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-09 15:52:46 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-09 15:52:46 +0000
commit70a695c6cdf5adfe89aeec721369f0edab30dcee (patch)
treed5707210193ff6b1baf85880a5bca88762eddae8 /go.mod
parentb0c6298dacdd83b7ba9f512dcd8207f85c7fe3ee (diff)
Adds my-sql driver dependency
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 49a997d..d4bd142 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module github.com/yulqen/ded-go-core
go 1.21.6
+
+require github.com/go-sql-driver/mysql v1.7.1 // indirect