From 9d4c7add7b1cfaa3bf18c7cb25e939fc9abbbf43 Mon Sep 17 00:00:00 2001 From: pyama Date: Tue, 13 Jan 2026 11:24:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89(go.mod):=20Go?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92?= =?UTF-8?q?1.24.0=E3=81=8B=E3=82=891.25.5=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 08a850b..1b876df 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/STNS/cache-stnsd -go 1.24.0 +go 1.25.5 require ( github.com/BurntSushi/toml v1.6.0