|
@@ -2,16 +2,13 @@ module ERP_ams
|
|
|
|
|
|
go 1.19
|
|
go 1.19
|
|
|
|
|
|
-replace git.baozhida.cn/ERP_libs => /Users/zoie/work/bzd_project/ERP/ERP_libs
|
|
|
|
-
|
|
|
|
require (
|
|
require (
|
|
- git.baozhida.cn/ERP_libs v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/beego/beego/v2 v2.0.7
|
|
github.com/beego/beego/v2 v2.0.7
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/nats-io/nats.go v1.23.0
|
|
github.com/nats-io/nats.go v1.23.0
|
|
- github.com/qiniu/go-sdk/v7 v7.14.0
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
|
|
+ gogs.baozhida.cn/zoie/ERP_libs v0.0.0-20241029034120-31ca607abb2e
|
|
)
|
|
)
|
|
|
|
|
|
require (
|
|
require (
|
|
@@ -34,6 +31,7 @@ require (
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
+ github.com/qiniu/go-sdk/v7 v7.14.0 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/signintech/gopdf v0.16.1 // indirect
|
|
github.com/signintech/gopdf v0.16.1 // indirect
|