Import new xds package instead of experimental

This commit is contained in:
Erik Johansson 2020-06-23 14:17:50 +02:00
parent 128bdf8f43
commit f8c57461ba
No known key found for this signature in database
GPG Key ID: BB3168B1725B11D1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import (
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials"
"google.golang.org/grpc/metadata" "google.golang.org/grpc/metadata"
_ "google.golang.org/grpc/xds/experimental" _ "google.golang.org/grpc/xds"
) )
// ListServices uses the given descriptor source to return a sorted list of fully-qualified // ListServices uses the given descriptor source to return a sorted list of fully-qualified