-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 697 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ZingYao/autogo_scriptengine
go 1.25.0
require (
github.com/Dasongzi1366/AutoGo v0.0.0-20250701130936-d7d8087a0f89
github.com/dop251/goja v0.0.0-20260311135729-065cd970411c
github.com/go-sql-driver/mysql v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/makiuchi-d/gozxing v0.1.1
github.com/yuin/gopher-lua v1.1.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)