From 47218e289b8e5e3533b15a744414d9ff3e224d18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:50:42 +0200 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 (#1072) 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 4cf09f20..c3051e52 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.25.0 +toolchain go1.25.1 require ( github.com/alexedwards/argon2id v1.0.0