From 5f6bddc573c492956686f77051ba9361202381ea Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 17 Jan 2023 15:19:55 -0800 Subject: [PATCH] lint Signed-off-by: Arko Dasgupta --- internal/xds/translator/translator_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/xds/translator/translator_test.go b/internal/xds/translator/translator_test.go index fc62d34e7b7..fbcf55a7404 100644 --- a/internal/xds/translator/translator_test.go +++ b/internal/xds/translator/translator_test.go @@ -11,7 +11,6 @@ import ( "path/filepath" "testing" - "github.com/envoyproxy/gateway/internal/ir" "github.com/envoyproxy/go-control-plane/pkg/cache/types" resource "github.com/envoyproxy/go-control-plane/pkg/resource/v3" ratelimitserviceconfig "github.com/envoyproxy/ratelimit/src/config" @@ -20,6 +19,8 @@ import ( "google.golang.org/protobuf/proto" goyaml "gopkg.in/yaml.v3" "sigs.k8s.io/yaml" + + "github.com/envoyproxy/gateway/internal/ir" ) var (