refactor(decimal): 替换shopspring/decimal为govalues/decimal库

This commit is contained in:
1
2025-12-04 14:28:42 +00:00
parent b1748d1428
commit 022dc12461
81 changed files with 89 additions and 87 deletions

View File

@@ -8,8 +8,8 @@ import (
"blazing/logic/service/fight/action"
"blazing/logic/service/fight/info"
"github.com/govalues/decimal"
"github.com/jinzhu/copier"
"github.com/shopspring/decimal"
)
type Input struct {