gojs/makeGoja/go.mod
Star f37b64c2df many update
support pool
2024-10-07 23:02:11 +08:00

19 lines
576 B
Modula-2

module main
go 1.22
toolchain go1.22.5
require github.com/ssgo/u v1.7.7
require (
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 // indirect
github.com/dop251/goja v0.0.0-20240927123429-241b342198c2 // indirect
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)