diff options
author | sanine-a <sanine.not@pm.me> | 2023-05-02 13:22:21 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2023-05-02 13:22:21 -0500 |
commit | 4343925a09c1fd34da4b352ae9fa2510397ccdcd (patch) | |
tree | 0a8aae522a017f1bfda08ada75c198972cac2d78 /conf/go.mod | |
parent | 416055e02b74f640ab6030deaa9f7767221a49cd (diff) |
add basic commands
Diffstat (limited to 'conf/go.mod')
-rw-r--r-- | conf/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
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 +) |