Compare commits

..

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

4
go.mod
View File

@ -3,8 +3,8 @@ module apigo.cc/gojs/log
go 1.24.0
require (
apigo.cc/gojs v0.0.31
github.com/ssgo/log v1.7.10
apigo.cc/gojs v0.0.30
github.com/ssgo/log v1.7.9
github.com/ssgo/u v1.7.23
)