Compare commits

..

No commits in common. "main" and "v0.0.1" have entirely different histories.
main ... v0.0.1

8
go.mod
View File

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