From 6d29b2b2c22685ade88aea2a67f1d7c8bb6f2bb0 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Fri, 1 May 2026 21:00:47 +0800 Subject: [PATCH] chore: align dependency version to v1.0.4 (by AI) --- go.mod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/go.mod b/go.mod index cfca899..9af1807 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,17 @@ module apigo.cc/go/file go 1.25.0 + +require ( + apigo.cc/go/convert v1.0.4 + apigo.cc/go/encoding v1.0.4 + apigo.cc/go/safe v1.0.4 + gopkg.in/yaml.v3 v3.0.1 +) + +require ( + apigo.cc/go/cast v1.0.4 // indirect + apigo.cc/go/rand v1.0.4 // indirect + golang.org/x/crypto v0.50.0 // indirect + golang.org/x/sys v0.43.0 // indirect +)