@@ -15,6 +15,7 @@ import (
"bytes"
"context"
+ "errors"
"fmt"
"os"
"os/exec"
@@ -22,7 +23,6 @@ import (
"regexp"
"strings"
"sync"
- "errors"
"time"
)
@@ -2,10 +2,10 @@ package executor
import (
log "github.com/sirupsen/logrus"
@@ -3,6 +3,7 @@ package main
"bufio"
"encoding/json"
"io"
@@ -10,7 +11,6 @@ import (
"path/filepath"