From 8407a43ee08ebd0f8e4b500cfcd83dcace95337c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 15:02:30 +0800 Subject: [PATCH] fix --- go.mod | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4013695..304e5ba 100644 --- a/go.mod +++ b/go.mod @@ -28,6 +28,7 @@ github.com/sashabaranov/go-openai v1.14.1 github.com/shirou/gopsutil/v3 v3.23.6 github.com/songzhibin97/gkit v1.2.11 + github.com/spf13/cast v1.5.1 github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.4 github.com/swaggo/gin-swagger v1.3.0 @@ -38,6 +39,8 @@ golang.org/x/crypto v0.10.0 golang.org/x/sync v0.3.0 golang.org/x/text v0.11.0 + google.golang.org/grpc v1.55.0 + google.golang.org/protobuf v1.30.0 gorm.io/driver/mysql v1.5.1 gorm.io/driver/postgres v1.5.2 gorm.io/driver/sqlserver v1.5.1 @@ -70,6 +73,7 @@ github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect github.com/golang-sql/sqlexp v0.1.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/golang/protobuf v1.5.3 // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/google/uuid v1.3.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -102,7 +106,6 @@ github.com/rogpeppe/go-internal v1.11.0 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect github.com/spf13/afero v1.9.5 // indirect - github.com/spf13/cast v1.5.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.4.2 // indirect @@ -120,7 +123,7 @@ golang.org/x/sys v0.10.0 // indirect golang.org/x/time v0.1.0 // indirect golang.org/x/tools v0.9.1 // indirect - google.golang.org/protobuf v1.30.0 // indirect + google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect gorm.io/plugin/dbresolver v1.4.1 // indirect -- Gitblit v1.8.0