Files
llgo/go.mod
xushiwei 4371cc10bd Merge pull request #1068 from goplus/dependabot/go_modules/github.com/qiniu/x-1.13.18
build(deps): bump github.com/qiniu/x from 1.13.17 to 1.13.18
2025-04-22 00:55:37 +08:00

23 lines
466 B
Modula-2

module github.com/goplus/llgo
go 1.22.0
toolchain go1.24.1
require (
github.com/goplus/gogen v1.17.2
github.com/goplus/lib v0.2.0
github.com/goplus/llgo/runtime v0.0.0-20250403035532-0a8a4eb6a653
github.com/goplus/llvm v0.8.3
github.com/goplus/mod v0.15.1
github.com/qiniu/x v1.13.18
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