We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c9a1f commit e982154Copy full SHA for e982154
go.mod
@@ -10,6 +10,7 @@ require (
10
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
11
github.com/quasilyte/go-ruleguard/dsl v0.3.22
12
go.uber.org/zap v1.27.0
13
+ google.golang.org/grpc v1.71.0
14
)
15
16
require (
@@ -112,7 +113,6 @@ require (
112
113
golang.org/x/text v0.22.0 // indirect
114
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
115
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
- google.golang.org/grpc v1.71.0 // indirect
116
google.golang.org/protobuf v1.36.5 // indirect
117
gopkg.in/ini.v1 v1.67.0 // indirect
118
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments