aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-13 07:29:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-13 07:29:56 +0800
commitdd6df3273922b61b41e0e3ec172c6c7db99cadc4 (patch)
treee754b25ed8cb646f381ca16e981bc6c77ed0007e /go.mod
parenthttp_handle_*.go: Use fmt.Fprintln, not w.Write (diff)
downloadforge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.gz
forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.zst
forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.zip
login: Implement password validation
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 2b46fbc..c6ffef5 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.23.5
require (
github.com/alecthomas/chroma/v2 v2.15.0
+ github.com/alexedwards/argon2id v1.0.0
github.com/gliderlabs/ssh v0.3.8
github.com/go-git/go-git/v5 v5.13.2
github.com/jackc/pgx/v5 v5.7.2