Moved golang.org/x/net/context to context

This commit is contained in:
yoheimuta
2016-11-04 17:56:42 +09:00
parent f014f8fd59
commit 8ac00f6c0d
8 changed files with 8 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package commands
import (
"context"
"flag"
"os"
"path/filepath"
@@ -27,7 +28,6 @@ import (
"github.com/future-architect/vuls/scan"
"github.com/future-architect/vuls/util"
"github.com/google/subcommands"
"golang.org/x/net/context"
)
// PrepareCmd is Subcommand of host discovery mode