Files
llgo/go.mod

23 lines
467 B
Modula-2
Raw Normal View History

2023-12-10 10:43:28 +08:00
module github.com/goplus/llgo
2025-04-03 15:52:18 +08:00
go 1.22.0
2024-11-29 14:23:46 +08:00
2025-04-03 15:52:18 +08:00
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