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. --- vendor/modules.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/modules.txt (limited to 'vendor/modules.txt') diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..6014d38 --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,3 @@ +# github.com/mattn/go-sqlite3 v1.14.18 +## explicit; go 1.16 +github.com/mattn/go-sqlite3 -- cgit v1.2.3-70-g09d2