| 1234567891011121314151617 |
- module git.x2erp.com/qdy/go-svc-ai
-
- go 1.25.4
-
- require (
- git.x2erp.com/qdy/go-base v0.1.70
- git.x2erp.com/qdy/go-db v0.1.70
- go-micro.dev/v4 v4.11.0
- )
-
- require (
- github.com/kr/pretty v0.3.1 // indirect
- github.com/rogpeppe/go-internal v1.14.1 // indirect
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- )
-
- require gopkg.in/yaml.v2 v2.4.0 // indirect
|