28 lines
854 B
Modula-2
28 lines
854 B
Modula-2
module apigo.cc/gojs/runtime
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
apigo.cc/gojs v0.0.28
|
|
apigo.cc/gojs/console v0.0.3
|
|
apigo.cc/gojs/file v0.0.6
|
|
github.com/ssgo/u v1.7.23
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/ssgo/config v1.7.10 // indirect
|
|
github.com/ssgo/log v1.7.9 // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
github.com/ssgo/tool v0.4.29 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|