-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (26 loc) · 941 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/zbysir/gojsx
go 1.18
require (
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
github.com/evanw/esbuild v0.20.2
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
github.com/hashicorp/golang-lru/v2 v2.0.1
github.com/jolestar/go-commons-pool/v2 v2.1.2
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/testify v1.8.1
github.com/tdewolff/parse/v2 v2.6.5
github.com/yuin/goldmark v1.5.3
github.com/yuin/goldmark-meta v1.1.0
go.abhg.dev/goldmark/mermaid v0.4.0
rogchap.com/v8go v0.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)