From 108a6ca666c6fe708966d8535bf4d9213c2e0949 Mon Sep 17 00:00:00 2001 From: Star <> Date: Tue, 14 Jan 2025 14:31:02 +0800 Subject: [PATCH] fix go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 801bfe6..6172bd2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module apigo.cc/gojs/util go 1.18 require ( - apigo.cc/gojs v0.0.8 + apigo.cc/gojs v0.0.12 github.com/ZZMarquis/gm v1.3.2 github.com/emmansun/gmsm v0.29.6 github.com/obscuren/ecies v0.0.0-20150213224233-7c0f4a9b18d9 @@ -19,7 +19,7 @@ require ( github.com/ssgo/config v1.7.9 // indirect github.com/ssgo/log v1.7.7 // indirect github.com/ssgo/standard v1.7.7 // indirect - github.com/ssgo/tool v0.4.27 // indirect + github.com/ssgo/tool v0.4.28 // indirect golang.org/x/crypto v0.31.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect