From e602b75db385a86666efae8f5e6bc12840885639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:44:06 +0000 Subject: [PATCH] Update dependency go to v1.25.5 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index b7729ed6..645f9176 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -2,7 +2,7 @@ module github.com/zoriya/kyoo/keibi go 1.24.0 -toolchain go1.25.4 +toolchain go1.25.5 require ( github.com/alexedwards/argon2id v1.0.0