From 4ec2d77a60dd5242c428537c0d3e719954a3bb45 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 5 Jun 2026 22:29:50 +0200 Subject: Add golang.org/x/crypto This is required to have bcrypt hashing to hash passwords. --- vendor/modules.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vendor/modules.txt') 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 -- cgit v1.3.1