Skip to content

Commit 0fdb716

Browse files
committed
Update the grpc in client go.mod to fix compile issues
1 parent 1a574c1 commit 0fdb716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ require (
66
github.com/Microsoft/go-winio v0.4.14
77
github.com/golang/protobuf v1.3.2
88
github.com/pkg/errors v0.8.1
9-
google.golang.org/grpc v1.24.0
9+
github.com/stretchr/testify v1.2.2
10+
google.golang.org/grpc v1.27.0
1011
)

0 commit comments

Comments
 (0)