Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Jan 17, 2023
1 parent a63a1fa commit 5f6bddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/xds/translator/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 (
Expand Down

0 comments on commit 5f6bddc

Please sign in to comment.