2024-10-10 16:44:10 +08:00
|
|
|
module apigo.cc/gojs
|
|
|
|
|
|
2025-07-28 22:47:45 +08:00
|
|
|
go 1.24
|
2024-10-10 16:44:10 +08:00
|
|
|
|
|
|
|
|
require (
|
2025-06-25 22:48:59 +08:00
|
|
|
github.com/dlclark/regexp2 v1.11.5
|
2024-10-10 16:44:10 +08:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
|
2025-07-22 20:38:17 +08:00
|
|
|
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5
|
2025-07-25 15:20:37 +08:00
|
|
|
github.com/ssgo/log v1.7.9
|
2025-06-25 22:48:59 +08:00
|
|
|
github.com/ssgo/tool v0.4.29
|
2025-07-19 10:09:09 +08:00
|
|
|
github.com/ssgo/u v1.7.21
|
2025-07-22 20:38:17 +08:00
|
|
|
golang.org/x/net v0.42.0
|
|
|
|
|
golang.org/x/text v0.27.0
|
2024-10-10 16:44:10 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-06-25 22:48:59 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
2024-11-13 17:04:32 +08:00
|
|
|
github.com/ssgo/config v1.7.9 // indirect
|
2024-10-10 16:44:10 +08:00
|
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
2025-07-22 20:38:17 +08:00
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
2024-10-10 16:44:10 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|