summaryrefslogtreecommitdiff
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-06-05 22:29:50 +0200
committerxengineering <me@xengineering.eu>2026-06-05 22:30:01 +0200
commit4ec2d77a60dd5242c428537c0d3e719954a3bb45 (patch)
treefbb2e204e0232b88cee62d653b32cfa6ccb219ff /vendor/modules.txt
parent3395bc1cd32698897385596022e0c855765b48f2 (diff)
downloadfinserv-4ec2d77a60dd5242c428537c0d3e719954a3bb45.tar
finserv-4ec2d77a60dd5242c428537c0d3e719954a3bb45.tar.zst
finserv-4ec2d77a60dd5242c428537c0d3e719954a3bb45.zip
Add golang.org/x/crypto
This is required to have bcrypt hashing to hash passwords.
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 2f7d722..e3d22c8 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -4,3 +4,7 @@ github.com/gorilla/mux
# github.com/mattn/go-sqlite3 v1.14.44
## explicit; go 1.21
github.com/mattn/go-sqlite3
+# golang.org/x/crypto v0.52.0
+## explicit; go 1.25.0
+golang.org/x/crypto/bcrypt
+golang.org/x/crypto/blowfish