From 9f06dbedb47ef207ef3228503ac14d03d06b62b4 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Thu, 11 Jun 2026 20:50:04 +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 286a29f..0394878 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,11 @@ module apigo.cc/go/vision go 1.25.0 + require ( apigo.cc/go/cast v1.5.2 apigo.cc/go/file v1.5.4 - apigo.cc/go/jsmod v1.5.3 + apigo.cc/go/jsmod v1.5.2 apigo.cc/go/rand v1.5.2 github.com/boombuler/barcode v1.1.0 github.com/disintegration/imaging v1.6.2 @@ -19,7 +20,6 @@ require ( apigo.cc/go/encoding v1.5.3 apigo.cc/go/safe v1.5.1 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect -... github.com/kr/text v0.2.0 // indirect golang.org/x/crypto v0.52.0 // indirect golang.org/x/sys v0.45.0 // indirect