From 2b75159e94b90d6e72a2b6a824f8fdfbc766313e Mon Sep 17 00:00:00 2001 From: Star Date: Fri, 12 Dec 2025 21:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20ssgo/log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index df4f156..b0a1f73 100644 --- a/go.mod +++ b/go.mod @@ -8,12 +8,12 @@ require ( github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 github.com/go-sourcemap/sourcemap v2.1.4+incompatible github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 - github.com/ssgo/log v1.7.9 + github.com/ssgo/log v1.7.10 github.com/ssgo/tool v0.4.29 github.com/ssgo/u v1.7.23 go.uber.org/goleak v1.3.0 - golang.org/x/net v0.47.0 - golang.org/x/text v0.31.0 + golang.org/x/net v0.48.0 + golang.org/x/text v0.32.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -22,6 +22,6 @@ require ( github.com/kr/text v0.2.0 // indirect github.com/ssgo/config v1.7.10 // indirect github.com/ssgo/standard v1.7.7 // indirect - golang.org/x/sys v0.38.0 // indirect + golang.org/x/sys v0.39.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )