package: xtool/cppkg

This commit is contained in:
xushiwei
2025-05-03 23:13:10 +08:00
parent 604ce47d5e
commit e93e7126b6
8 changed files with 784 additions and 1 deletions

3
go.mod
View File

@@ -15,7 +15,8 @@ require (
)
require (
golang.org/x/mod v0.23.0 // indirect
github.com/goccy/go-yaml v1.17.1
golang.org/x/mod v0.23.0
golang.org/x/sync v0.11.0 // indirect
)