-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (28 loc) · 894 Bytes
/
go.mod
File metadata and controls
33 lines (28 loc) · 894 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
31
32
33
module github.com/goplus/llgo
go 1.25.0
require (
github.com/goplus/cobra v1.9.12 //gop:class
github.com/goplus/gogen v1.21.5
github.com/goplus/lib v0.3.1
github.com/goplus/llgo/runtime v0.0.0-00010101000000-000000000000
github.com/goplus/llvm v0.8.7
github.com/goplus/mod v0.19.5
github.com/qiniu/x v1.17.0
golang.org/x/tools v0.42.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/goplus/plan9asm v0.0.0-20260307134905-822503d6bf44
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
github.com/mattn/go-tty v0.0.7
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
go.bug.st/serial v1.6.4
golang.org/x/mod v0.34.0
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)
replace github.com/goplus/llgo/runtime => ./runtime