From 27edfbcc9aa3d596ec44df37b25651e3b7447d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:32:31 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.6 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index 59e7b6b6..bc3fba25 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.5 +toolchain go1.25.6 require ( github.com/alexedwards/argon2id v1.0.0