From 5af97f869595e15d920a39451290647b3ee2b538 Mon Sep 17 00:00:00 2001 From: Star Date: Wed, 25 Jun 2025 22:50:02 +0800 Subject: [PATCH] update packages --- go.mod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 0e99660..af0c30d 100644 --- a/go.mod +++ b/go.mod @@ -1,22 +1,22 @@ module apigo.cc/gojs/console -go 1.18 +go 1.23.0 require ( - apigo.cc/gojs v0.0.4 - github.com/ssgo/u v1.7.11 + apigo.cc/gojs v0.0.15 + github.com/ssgo/u v1.7.19 ) require ( - github.com/dlclark/regexp2 v1.11.4 // indirect - github.com/fsnotify/fsnotify v1.8.0 // indirect + github.com/dlclark/regexp2 v1.11.5 // indirect + github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect - github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect + github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect 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 - golang.org/x/sys v0.27.0 // indirect - golang.org/x/text v0.20.0 // indirect + github.com/ssgo/tool v0.4.29 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/text v0.26.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )