Skip to content

Commit 8b6fd95

Browse files
committed
fix
1 parent 537ac1d commit 8b6fd95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/stretchr/testify v1.8.3
2626
go.uber.org/atomic v1.9.0
2727
go.uber.org/zap v1.21.0
28+
google.golang.org/grpc v1.56.3
2829
gopkg.in/yaml.v2 v2.4.0
2930
vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
3031
)
@@ -35,7 +36,6 @@ require (
3536
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
3637
go.etcd.io/etcd/api/v3 v3.5.6
3738
go.etcd.io/etcd/client/v3 v3.5.6
38-
google.golang.org/grpc v1.54.0
3939
)
4040

4141
require (
@@ -116,6 +116,4 @@ require (
116116

117117
replace github.com/dubbogo/gost => github.com/dubbogo/gost v1.13.2
118118

119-
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
120-
121119
exclude github.com/polarismesh/polaris-go v1.3.0-alpha

0 commit comments

Comments
 (0)