From a6725de634cf55ce1ce0edd71690ecca37e0ce74 Mon Sep 17 00:00:00 2001 From: yumaojun03 <719118794@qq.com> Date: Sun, 24 Aug 2025 14:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84grpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 961440a..fc85b7a 100644 --- a/go.mod +++ b/go.mod @@ -19,6 +19,8 @@ require ( github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lighthouse v1.0.1134 go.mongodb.org/mongo-driver v1.17.3 golang.org/x/crypto v0.38.0 + google.golang.org/grpc v1.72.0 + google.golang.org/protobuf v1.36.6 gopkg.in/yaml.v3 v3.0.1 gorm.io/datatypes v1.2.5 gorm.io/driver/mysql v1.5.7 @@ -112,8 +114,6 @@ require ( golang.org/x/text v0.25.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect - google.golang.org/grpc v1.72.0 // indirect - google.golang.org/protobuf v1.36.6 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gorm.io/driver/postgres v1.5.11 // indirect modernc.org/libc v1.22.5 // indirect