Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: yangyang <yang.yang@daocloud.io>
  • Loading branch information
yangyy93 committed Mar 4, 2024
1 parent 9d7c205 commit 51da8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/envoy/v3/endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
package v3

import (
"github.com/projectcontour/contour/internal/dag"
core_v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/intstr"
"testing"

envoy_config_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
"github.com/stretchr/testify/require"
core_v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/intstr"

"github.com/projectcontour/contour/internal/dag"
"github.com/projectcontour/contour/internal/protobuf"
)

Expand Down

0 comments on commit 51da8fb

Please sign in to comment.