|
@@ -1,4 +1,4 @@
|
|
|
-module git.baozhida.cn/ERP_libs
|
|
|
+module gogs.baozhida.cn/zoie/ERP_libs
|
|
|
|
|
|
go 1.19
|
|
|
|
|
@@ -8,6 +8,7 @@ require (
|
|
|
github.com/mssola/user_agent v0.6.0
|
|
|
github.com/nats-io/nats.go v1.23.0
|
|
|
github.com/qiniu/go-sdk/v7 v7.14.0
|
|
|
+ github.com/shopspring/decimal v1.3.1
|
|
|
github.com/signintech/gopdf v0.16.1
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
|
)
|
|
@@ -30,7 +31,7 @@ require (
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
|
- github.com/shopspring/decimal v1.3.1 // indirect
|
|
|
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|