From aaf2bad8d3ab2a4f825c2d3db3f2d17de68e08b4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Dec 2023 12:16:35 +0100 Subject: Add github.com/mattn/go-sqlite3 This can be used to implement the `database/sql` interface from the Go standard library for sqlite databases. This is the currently preferred method to store user data for Ceres. --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ce6e851..56961e8 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module xengineering.eu/ceres -go 1.16 +go 1.18 + +require github.com/mattn/go-sqlite3 v1.14.18 -- cgit v1.2.3-70-g09d2