1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-27 00:48:07 +00:00

Import os to fix issue in previous merge commit.

This commit is contained in:
Abubakr-Sadik Nii Nai Davis 2017-08-12 19:10:31 +00:00
parent dddea28713
commit 7c7d477d78

View File

@ -18,6 +18,7 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"io" "io"
"os"
"os/exec" "os/exec"
"regexp" "regexp"
"strings" "strings"