summaryrefslogtreecommitdiff
path: root/conf/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'conf/go.mod')
-rw-r--r--conf/go.mod6
1 files changed, 5 insertions, 1 deletions
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
)