forked from Ackites/KillWxapkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 670 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
module github.com/Ackites/KillWxapkg
go 1.23
require (
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
github.com/dop251/goja v0.0.0-20240822155948-fa6d1ed5e4b6
github.com/fsnotify/fsnotify v1.7.0
github.com/tdewolff/parse/v2 v2.7.15
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/text v0.17.0
gopkg.in/yaml.v3 v3.0.1
)
require (
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
golang.org/x/sys v0.23.0 // indirect
)