diff --git a/pkg/adapter/main.go b/pkg/adapter/main.go index c6aa98e317e..31499f1f95c 100644 --- a/pkg/adapter/main.go +++ b/pkg/adapter/main.go @@ -20,11 +20,12 @@ import ( "context" "flag" "fmt" - "knative.dev/pkg/profiling" "log" "net/http" "time" + "knative.dev/pkg/profiling" + // Uncomment the following line to load the gcp plugin // (only required to authenticate against GKE clusters). // _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" diff --git a/test/common/performance/event_state/event_state.pb.go b/test/common/performance/event_state/event_state.pb.go index 5350c8ea192..175c1ef241b 100644 --- a/test/common/performance/event_state/event_state.pb.go +++ b/test/common/performance/event_state/event_state.pb.go @@ -6,12 +6,13 @@ package event_state import ( context "context" fmt "fmt" + math "math" + proto "github.com/golang/protobuf/proto" timestamp "github.com/golang/protobuf/ptypes/timestamp" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" - math "math" ) // Reference imports to suppress errors if they are not otherwise used.