Skip to content

Commit 1ee90ab

Browse files
committed
fix grpc cruft server
1 parent 35b2385 commit 1ee90ab

File tree

6 files changed

+3
-1151
lines changed

6 files changed

+3
-1151
lines changed

v5/server/grpc/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ go 1.17
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/micro/plugins/v5/client/grpc v1.1.0
8-
github.com/micro/plugins/v5/transport/grpc v1.1.0
97
go-micro.dev/v5 v5.2.0
108
golang.org/x/net v0.23.0
11-
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
129
google.golang.org/grpc v1.53.0
1310
)
1411

@@ -18,10 +15,12 @@ require (
1815
github.com/fsnotify/fsnotify v1.6.0 // indirect
1916
github.com/google/uuid v1.3.0 // indirect
2017
github.com/imdario/mergo v0.3.13 // indirect
18+
github.com/kr/text v0.2.0 // indirect
2119
github.com/miekg/dns v1.1.50 // indirect
2220
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
2321
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
2422
github.com/pkg/errors v0.9.1 // indirect
23+
github.com/rogpeppe/go-internal v1.12.0 // indirect
2524
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2625
github.com/urfave/cli/v2 v2.25.7 // indirect
2726
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
@@ -30,6 +29,7 @@ require (
3029
golang.org/x/sys v0.18.0 // indirect
3130
golang.org/x/text v0.14.0 // indirect
3231
golang.org/x/tools v0.7.0 // indirect
32+
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
3333
google.golang.org/protobuf v1.33.0 // indirect
3434
)
3535

0 commit comments

Comments
 (0)