update gojs for fix bug

This commit is contained in:
Star 2024-12-14 16:29:09 +08:00
parent afc38841bd
commit c8e347af04

8
go.mod
View File

@ -3,10 +3,10 @@ module apigo.cc/gojs/redis
go 1.18
require (
apigo.cc/gojs v0.0.5
apigo.cc/gojs v0.0.9
apigo.cc/gojs/console v0.0.2
github.com/ssgo/redis v1.7.7
github.com/ssgo/u v1.7.11
github.com/ssgo/u v1.7.13
)
require (
@ -19,7 +19,7 @@ require (
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
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)