20 lines
574 B
Modula-2
20 lines
574 B
Modula-2
module github.com/Ackites/KillWxapkg
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
|
github.com/dop251/goja v0.0.0-20240707163329-b1681fb2a2f5
|
|
github.com/gorilla/css v1.0.1
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
|
|
golang.org/x/crypto v0.25.0
|
|
golang.org/x/net v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|