From 2e567b409dbe3349b09aefb8ac3c0cb252e89c9f Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Sun, 10 May 2026 12:55:36 +0800 Subject: [PATCH] chore: infrastructure alignment --- .gitignore | 2 ++ go.mod | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4d0e759..a4a0a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .log.meta.json + +.ai/ diff --git a/go.mod b/go.mod index f007c4a..3f3031a 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module apigo.cc/go/service go 1.25.0 require ( - apigo.cc/go/cast v1.2.8 - apigo.cc/go/config v1.0.7 - apigo.cc/go/discover v1.0.9 - apigo.cc/go/file v1.0.7 + apigo.cc/go/cast v1.2.10 + apigo.cc/go/config v1.0.8 + apigo.cc/go/discover v1.0.10 + apigo.cc/go/file v1.0.8 apigo.cc/go/http v1.0.10 - apigo.cc/go/id v1.0.5 - apigo.cc/go/log v1.1.9 - apigo.cc/go/redis v1.0.5 - apigo.cc/go/timer v1.0.6 + apigo.cc/go/id v1.0.7 + apigo.cc/go/log v1.1.10 + apigo.cc/go/redis v1.0.9 + apigo.cc/go/timer v1.0.7 github.com/gorilla/websocket v1.5.3 golang.org/x/net v0.53.0 )