summaryrefslogtreecommitdiffstats
path: root/go.sum
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.sum
parentb0c6298dacdd83b7ba9f512dcd8207f85c7fe3ee (diff)
Adds my-sql driver dependency
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..fd7ae07
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
+github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=