From bae6e34c9119750b2cba2a2ce6d88e9f8c895900 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 1 Apr 2023 21:18:29 +0200 Subject: Switch from MariaDB to files Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler. --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1ffe09a..245dd45 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,4 @@ module xengineering.eu/ceres go 1.16 -require ( - github.com/go-sql-driver/mysql v1.6.0 - github.com/yuin/goldmark v1.4.13 -) +require github.com/yuin/goldmark v1.4.13 -- cgit v1.2.3-70-g09d2