| 12345678910111213141516171819202122 |
- module dashoo.cn/micro
- go 1.16
- require (
- dashoo.cn/common_definition v0.0.0
- dashoo.cn/opms_libary v0.0.0
- github.com/360EntSecGroup-Skylar/excelize v1.4.1
- github.com/gogf/gf v1.16.9
- github.com/mozillazg/go-pinyin v0.19.0
- github.com/shopspring/decimal v1.3.1
- github.com/smallnest/rpcx v1.8.0
- github.com/stretchr/testify v1.8.0 // indirect
- golang.org/x/crypto v0.5.0 // indirect
- golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
- golang.org/x/tools v0.1.12
- gopkg.in/yaml.v3 v3.0.1
- )
- replace dashoo.cn/opms_libary => ../opms_libary
- replace dashoo.cn/common_definition => code.dashoo.cn/dashoo/micro_common_definition.git v0.0.0-20220507071646-3d858a040d5e
|