Remove deprecated net dependency (#9110)
This commit is contained in:
parent
172d30239e
commit
2645b5c0e4
3 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue