Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Rudie <ian.rudie@solo.io>
  • Loading branch information
ilrudie committed Dec 8, 2023
1 parent f956bb3 commit 8009f77
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 101 deletions.
90 changes: 43 additions & 47 deletions meta/v1alpha1/status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion meta/v1alpha1/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
syntax = "proto3";

import "analysis/v1alpha1/message.proto";
import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
import "google/protobuf/timestamp.proto";

import "type/v1beta1/policy-ancestor-status.proto";
Expand Down
6 changes: 0 additions & 6 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39298,9 +39298,6 @@
{
"path": "analysis/v1alpha1/message.proto"
},
{
"path": "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto"
},
{
"path": "google/protobuf/timestamp.proto"
},
Expand Down Expand Up @@ -48413,9 +48410,6 @@
}
],
"imports": [
{
"path": "google/api/field_behavior.proto"
},
{
"path": "google/protobuf/timestamp.proto"
}
Expand Down
88 changes: 42 additions & 46 deletions type/v1beta1/policy-ancestor-status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion type/v1beta1/policy-ancestor-status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

syntax = "proto3";

import "google/api/field_behavior.proto";
import "google/protobuf/timestamp.proto";

// $title: Kubernetes Gateway-API Policy Ancestor Status
Expand Down

0 comments on commit 8009f77

Please sign in to comment.