2024-10-11 12:02:48 +08:00
|
|
|
module apigo.cc/gojs/file
|
|
|
|
|
|
2025-11-30 22:46:10 +08:00
|
|
|
go 1.24.0
|
2024-10-11 12:02:48 +08:00
|
|
|
|
|
|
|
|
require (
|
2025-11-30 22:46:10 +08:00
|
|
|
apigo.cc/gojs v0.0.28
|
|
|
|
|
apigo.cc/gojs/console v0.0.2
|
|
|
|
|
github.com/ssgo/u v1.7.23
|
2025-06-25 22:54:11 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-10-11 12:02:48 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-06-25 22:54:11 +08:00
|
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
2024-10-11 12:02:48 +08:00
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
2025-11-30 22:46:10 +08:00
|
|
|
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
|
|
|
|
|
github.com/ssgo/config v1.7.10 // indirect
|
2025-07-28 22:50:54 +08:00
|
|
|
github.com/ssgo/log v1.7.9 // indirect
|
2024-10-11 12:02:48 +08:00
|
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
2025-06-25 22:54:11 +08:00
|
|
|
github.com/ssgo/tool v0.4.29 // indirect
|
2025-11-30 22:46:10 +08:00
|
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
|
|
|
golang.org/x/text v0.31.0 // indirect
|
2024-10-11 12:02:48 +08:00
|
|
|
)
|