Skip to content

Commit

Permalink
use depguard to prohibitate importing github.com/golang/protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: adam <[email protected]>
  • Loading branch information
adam committed Sep 23, 2024
1 parent e9cee8c commit ea98254
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/controller/ads/convert_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"testing"

envoy_filters_tcp_proxy "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/tcp_proxy/v3"
//"github.com/golang/protobuf/ptypes/wrappers"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/types/known/wrapperspb"
"gotest.tools/assert"
Expand Down
1 change: 0 additions & 1 deletion pkg/controller/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"strings"

config_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
//structpb "github.com/golang/protobuf/ptypes/struct"
"google.golang.org/protobuf/types/known/structpb"
"istio.io/istio/pkg/cluster"
"istio.io/istio/pkg/model"
Expand Down
1 change: 0 additions & 1 deletion pkg/controller/workload/workload_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"math"
"os"

//"gopkg.in/yaml.v3"
"sigs.k8s.io/yaml"
)

Expand Down

0 comments on commit ea98254

Please sign in to comment.