feat: support nbi cm task

This commit is contained in:
zhangsz
2025-04-25 10:44:24 +08:00
parent 8705ac68c1
commit d973c8af49
11 changed files with 717 additions and 1 deletions

4
go.mod
View File

@@ -43,6 +43,8 @@ require (
xorm.io/xorm v1.3.9
)
require github.com/google/go-cmp v0.6.0 // indirect
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
@@ -67,7 +69,7 @@ require (
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/go-playground/validator/v10 v10.22.0
github.com/goccy/go-json v0.10.3 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/snappy v0.0.4 // indirect