From 6f52e069fe72b4e37b0712a7e097e3af97bbc25e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 07 八月 2023 10:22:11 +0800 Subject: [PATCH] 收款计划兼容其他模块 --- go.mod | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/go.mod b/go.mod index 99e593f..2d77042 100644 --- a/go.mod +++ b/go.mod @@ -31,6 +31,7 @@ gorm.io/driver/mysql v1.5.1 gorm.io/gorm v1.25.1 moul.io/zapgorm2 v1.3.0 + github.com/shopspring/decimal v1.3.1 ) require ( @@ -96,6 +97,7 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/shirou/gopsutil/v3 v3.22.5 // indirect + github.com/shopspring/decimal v1.3.1 // indirect github.com/spf13/afero v1.9.5 // indirect github.com/spf13/cast v1.5.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect -- Gitblit v1.8.0