From e365e8c2fd4e3a595c696849734236008fc67e1f Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 2 May 2023 14:15:25 -0500 Subject: implement basic user operations --- conf/go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf/go.mod') diff --git a/conf/go.mod b/conf/go.mod index 7349d9f..7ec1d45 100644 --- a/conf/go.mod +++ b/conf/go.mod @@ -4,9 +4,13 @@ go 1.19 replace sanine.net/git/phlox/db => ../db -require sanine.net/git/phlox/db v0.0.0-00010101000000-000000000000 +require ( + golang.org/x/term v0.7.0 + 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 + golang.org/x/sys v0.7.0 // indirect ) -- cgit v1.2.1