2025-07-18 15:27:22 +08:00
|
|
|
module apigo.cc/gojs/task
|
|
|
|
|
|
2025-11-30 23:09:47 +08:00
|
|
|
go 1.24.0
|
2025-07-18 15:27:22 +08:00
|
|
|
|
|
|
|
|
require (
|
2025-12-01 00:35:25 +08:00
|
|
|
apigo.cc/gojs v0.0.30
|
|
|
|
|
apigo.cc/gojs/console v0.0.4
|
|
|
|
|
apigo.cc/gojs/file v0.0.7
|
2025-11-30 23:09:47 +08:00
|
|
|
apigo.cc/gojs/runtime v0.0.4
|
2025-12-01 00:35:25 +08:00
|
|
|
apigo.cc/gojs/util v0.0.16
|
2025-07-18 15:27:22 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2025-11-30 23:09:47 +08:00
|
|
|
github.com/ssgo/config v1.7.10
|
|
|
|
|
github.com/ssgo/u v1.7.23
|
2025-07-18 15:27:22 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/ZZMarquis/gm v1.3.2 // indirect
|
|
|
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
2025-11-30 23:09:47 +08:00
|
|
|
github.com/emmansun/gmsm v0.40.0 // indirect
|
2025-07-18 15:27:22 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
2025-11-30 23:09:47 +08:00
|
|
|
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
|
2025-07-18 15:27:22 +08:00
|
|
|
github.com/obscuren/ecies v0.0.0-20150213224233-7c0f4a9b18d9 // indirect
|
2025-07-25 15:24:35 +08:00
|
|
|
github.com/ssgo/log v1.7.9 // indirect
|
2025-07-18 15:27:22 +08:00
|
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
|
|
|
github.com/ssgo/tool v0.4.29 // indirect
|
2025-11-30 23:09:47 +08:00
|
|
|
golang.org/x/crypto v0.43.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
|
|
|
golang.org/x/text v0.31.0 // indirect
|
2025-07-18 15:27:22 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|