-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 896 Bytes
/
Copy pathgo.mod
File metadata and controls
30 lines (26 loc) · 896 Bytes
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
30
module github.com/XXueTu/workflow
go 1.24.0
// 版本信息
// Version: 1.1.0
// BuildTime: 2024-04-01
// GitCommit: xuetu
require (
github.com/dop251/goja v0.0.0-20250125213203-5ef83b82af17
github.com/google/uuid v1.6.0
github.com/opentracing/opentracing-go v1.2.0
github.com/panjf2000/ants/v2 v2.11.2
github.com/tidwall/gjson v1.18.0
github.com/valyala/fasthttp v1.59.0
golang.org/x/sync v0.12.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/text v0.22.0 // indirect
)