- module ldx
- go 1.16
- require (
- github.com/stretchr/testify v1.8.0 // indirect
- go.mongodb.org/mongo-driver v1.11.0
- golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
- golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
- jygit.jydev.jianyu360.cn/data_processing/common_utils v0.0.0-20240108061147-857f0a039c16
- )
|