deps: update Google SDK (#1748)

* deps: update Google SDK

* deps: fix grpc_testing import

* deps: update pseudo version tool hashes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
This commit is contained in:
renovate[bot] 2023-05-16 18:13:17 +02:00 committed by GitHub
parent d7b63bdc37
commit 230ea79bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 54 additions and 46 deletions

View file

@ -18,7 +18,7 @@ import (
"github.com/stretchr/testify/require"
"go.uber.org/goleak"
"google.golang.org/grpc"
"google.golang.org/grpc/test/grpc_testing"
"google.golang.org/grpc/interop/grpc_testing"
)
func TestMain(m *testing.M) {