summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-05-24 18:52:58 +0200
committerbt <bt@rctt.net>2026-05-24 18:52:58 +0200
commit51c603afe0373f45f8d389c99cac9d3aec959b75 (patch)
tree77de75fbfec26c332bcaf79424c66cd0e9615be8 /go.mod
parentcd925e3c7716216902f3a0ef4c333f32e5f1bdb4 (diff)
downloadsolec-51c603afe0373f45f8d389c99cac9d3aec959b75.tar.gz
solec-51c603afe0373f45f8d389c99cac9d3aec959b75.zip
[common] Users and permissions database
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 6e83f85..ca1b0f6 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.26.1
require (
github.com/google/go-cmp v0.7.0
github.com/mattn/go-sqlite3 v1.14.44
+ golang.org/x/crypto v0.52.0
)