Skip to content

Commit 60b59e7

Browse files
committed
Update version of grpcreflect in internal test
1 parent 82a566b commit 60b59e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

go.work.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
connectrpc.com/grpchealth v1.2.0/go.mod h1:fZos12C4p/ZaZC6OwBGZUM+i/fhnRhv75ax/6V/zIeM=
2+
connectrpc.com/grpcreflect v1.1.0/go.mod h1:QBX/Lf8oW35iCFCBYlPVTM5xrlKG1dMC+55klHv7YvE=

internal/resolvertest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.19
44

55
require (
66
connectrpc.com/grpchealth v1.2.0
7-
connectrpc.com/grpcreflect v1.0.0
7+
connectrpc.com/grpcreflect v1.1.0
88
github.com/google/go-cmp v0.5.9
9-
google.golang.org/protobuf v1.30.0
9+
google.golang.org/protobuf v1.31.0
1010
)
1111

1212
require connectrpc.com/connect v1.11.0 // indirect

internal/resolvertest/go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
connectrpc.com/connect v1.11.0 h1:Av2KQXxSaX4vjqhf5Cl01SX4dqYADQ38eBtr84JSUBk=
2+
connectrpc.com/grpchealth v1.2.0 h1:aHP33Bki+F2jPNI1mFVSFG7v0qJrgmfbg7X7nOdSj0M=
3+
connectrpc.com/grpcreflect v1.1.0 h1:kgY7+AuFbxDlk9rK7ywjHIWPBBNieo1zxvNFeBUi1Rs=
4+
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
5+
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=

0 commit comments

Comments
 (0)