rm xtool/{cppkg,cpgithubpkg}

This commit is contained in:
xushiwei
2025-05-12 03:50:07 +08:00
parent 26b997537f
commit 1693942cee
14 changed files with 10 additions and 1492 deletions

7
go.mod
View File

@@ -5,7 +5,6 @@ go 1.23
toolchain go1.24.1
require (
github.com/goccy/go-yaml v1.17.1
github.com/goplus/cobra v1.9.11 //gop:class
github.com/goplus/gogen v1.18.0
github.com/goplus/lib v0.2.0
@@ -13,10 +12,12 @@ require (
github.com/goplus/llvm v0.8.3
github.com/goplus/mod v0.16.1
github.com/qiniu/x v1.14.0
golang.org/x/mod v0.23.0
golang.org/x/tools v0.30.0
)
require golang.org/x/sync v0.11.0 // indirect
require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
)
replace github.com/goplus/llgo/runtime => ./runtime