test: include xDS package in test client dependencies (#3407)

This commit is contained in:
Eric Gribkoff
2020-02-28 09:40:52 -08:00
committed by GitHub
parent a63c5550c9
commit 6f9eea6eae

View File

@ -31,6 +31,7 @@ import (
"google.golang.org/grpc/grpclog"
testpb "google.golang.org/grpc/interop/grpc_testing"
"google.golang.org/grpc/peer"
_ "google.golang.org/grpc/xds/experimental"
)
type statsWatcherKey struct {