From f8c57461ba6634dd11654b7fd1ed9868ab3065c3 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Tue, 23 Jun 2020 14:17:50 +0200 Subject: [PATCH] Import new xds package instead of experimental --- grpcurl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpcurl.go b/grpcurl.go index 22678e0..10162da 100644 --- a/grpcurl.go +++ b/grpcurl.go @@ -32,7 +32,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials" "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