From e72b8c12c3715b3adc54278e0aac8e5546fab452 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Thu, 11 Jun 2026 20:52:28 +0800 Subject: [PATCH] chore: align infrastructure to v1.5.x (by AI) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8e53c52..c47fc33 100644 --- a/go.mod +++ b/go.mod @@ -4,12 +4,12 @@ go 1.25.0 require ( apigo.cc/go/file v1.5.4 - apigo.cc/go/timer v1.5.1 + apigo.cc/go/timer v1.5.0 github.com/fsnotify/fsnotify v1.10.1 github.com/gobwas/glob v0.2.3 ) -require apigo.cc/go/jsmod v1.5.3 +require apigo.cc/go/jsmod v1.5.2 require ( apigo.cc/go/cast v1.5.2