diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,4 +6,5 @@ require ( github.com/a-h/templ v0.2.648 // indirect github.com/google/uuid v1.6.0 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect + golang.org/x/crypto v0.22.0 // indirect ) |