增加mongodb驱动,简单版本

This commit is contained in:
hoteas
2022-08-30 03:30:27 +08:00
parent 127e027940
commit a32c3a1589
5 changed files with 225 additions and 4 deletions
+1
View File
@@ -12,5 +12,6 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.364
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ocr v1.0.364
go.mongodb.org/mongo-driver v1.10.1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)