Remove deprecated net dependency (#9110)

This commit is contained in:
Ricardo Katz 2022-10-04 12:06:16 -03:00 committed by GitHub
parent 172d30239e
commit 2645b5c0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -21,10 +21,11 @@ import (
"fmt"
"strings"
"context"
pb "github.com/moul/pb/grpcbin/go-grpc"
"github.com/onsi/ginkgo/v2"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/metadata"