diff --git a/drivers/exec/driver.go b/drivers/exec/driver.go index d8250d873ff..7099107c0be 100644 --- a/drivers/exec/driver.go +++ b/drivers/exec/driver.go @@ -6,6 +6,7 @@ import ( "os" "path/filepath" "runtime" + "sync" "time" "github.com/hashicorp/consul-template/signals" @@ -21,7 +22,6 @@ import ( "github.com/hashicorp/nomad/plugins/shared/hclspec" "github.com/hashicorp/nomad/plugins/shared/loader" pstructs "github.com/hashicorp/nomad/plugins/shared/structs" - "sync" ) const (