From 7aea1ecfea3f05f8222de8890c69d4ce7357fddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:14:39 +0000 Subject: [PATCH] Update dependency go to v1.21.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 463bba0..f163fd2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shiguredo/kohaku -go 1.21.4 +go 1.21.5 require ( github.com/go-playground/validator/v10 v10.16.0