From 4343925a09c1fd34da4b352ae9fa2510397ccdcd Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 2 May 2023 13:22:21 -0500 Subject: add basic commands --- conf/go.mod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/go.mod') diff --git a/conf/go.mod b/conf/go.mod index ff194cd..7349d9f 100644 --- a/conf/go.mod +++ b/conf/go.mod @@ -5,3 +5,8 @@ go 1.19 replace sanine.net/git/phlox/db => ../db require sanine.net/git/phlox/db v0.0.0-00010101000000-000000000000 + +require ( + github.com/mattn/go-sqlite3 v1.14.16 // indirect + golang.org/x/crypto v0.8.0 // indirect +) -- cgit v1.2.1