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. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bba6fae..975155b 100644 --- a/go.mod +++ b/go.mod @@ -5,3 +5,5 @@ go 1.26.3 require github.com/gorilla/mux v1.8.1 require github.com/mattn/go-sqlite3 v1.14.44 + +require golang.org/x/crypto v0.52.0 -- cgit v1.3.1