llgen: support go.mod

This commit is contained in:
xushiwei
2024-04-22 21:03:06 +08:00
parent ead09d94aa
commit 92b7d61b55
5 changed files with 65 additions and 11 deletions

6
go.mod
View File

@@ -7,11 +7,9 @@ require (
github.com/goplus/gogen v1.15.2
github.com/goplus/gop v1.2.6
github.com/goplus/llvm v0.7.1-0.20240420180312-6230a4ea7a47
github.com/goplus/mod v0.13.10
github.com/qiniu/x v1.13.10
golang.org/x/tools v0.19.0
)
require (
github.com/goplus/mod v0.13.10 // indirect
golang.org/x/mod v0.17.0 // indirect
)
require golang.org/x/mod v0.17.0 // indirect