@@ -2,6 +2,7 @@ package docker
import (
"fmt"
+ "io"
"io/ioutil"
"net/http"
"os"
@@ -9,7 +9,6 @@ import (
"io"
- "os"
"path"
"strings"
)