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

@@ -5,7 +5,7 @@ import (
"blazing/logic/service/fight/input"
"blazing/logic/service/fight/node"
"github.com/shopspring/decimal"
"github.com/govalues/decimal"
)
// -----------------------------------------------------------