From 46736b9100db605c67d9bf2fa3c9be90c8b98d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 03:28:03 +0200 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 (#1010) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index b74ceedc..2535e99f 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -2,7 +2,7 @@ module github.com/zoriya/kyoo/keibi go 1.23.3 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/alexedwards/argon2id v1.0.0