mv xtool/clang/parser, ar => chore/_deprecated

This commit is contained in:
xushiwei
2024-07-09 01:29:26 +08:00
parent 070eedda18
commit c0777d1a0a
8 changed files with 34 additions and 22 deletions

4
go.mod
View File

@@ -3,18 +3,14 @@ module github.com/goplus/llgo
go 1.20
require (
github.com/aykevl/go-wasm v0.0.1
github.com/goplus/gogen v1.16.0
github.com/goplus/llvm v0.8.0
github.com/goplus/mod v0.13.12
github.com/json-iterator/go v1.1.12
github.com/qiniu/x v1.13.10
golang.org/x/tools v0.22.0
)
require (
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)