move out c/cpp/py
This commit is contained in:
21
go.mod
21
go.mod
@@ -1,5 +1,22 @@
|
||||
module github.com/goplus/llgo
|
||||
|
||||
go 1.20
|
||||
go 1.22.0
|
||||
|
||||
retract v0.8.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/goplus/gogen v1.16.9
|
||||
github.com/goplus/lib v0.1.0
|
||||
github.com/goplus/llgo/runtime v0.0.0-20250403035532-0a8a4eb6a653
|
||||
github.com/goplus/llvm v0.8.3
|
||||
github.com/goplus/mod v0.13.17
|
||||
github.com/qiniu/x v1.13.12
|
||||
golang.org/x/tools v0.30.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.23.0 // indirect
|
||||
golang.org/x/sync v0.11.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/goplus/llgo/runtime => ./runtime
|
||||
|
||||
Reference in New Issue
Block a user