From 70a695c6cdf5adfe89aeec721369f0edab30dcee Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 9 Feb 2024 15:52:46 +0000 Subject: Adds my-sql driver dependency --- go.mod | 2 ++ go.sum | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 go.sum 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 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= -- cgit v1.2.3