From 906aaa227d69713c6d4fb728624a20d7f3dc09ba Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Tue, 13 Jun 2023 16:09:14 +0530 Subject: [PATCH] fix import in exec-unix --- command/connect/envoy/exec_unix.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/connect/envoy/exec_unix.go b/command/connect/envoy/exec_unix.go index 52a446eb47..e3d07e2af3 100644 --- a/command/connect/envoy/exec_unix.go +++ b/command/connect/envoy/exec_unix.go @@ -12,7 +12,6 @@ import ( "os" "os/exec" "path/filepath" - "strings" "syscall" "time"