Switch osext package from mitchellh -> kardianos #2842

This commit is contained in:
Mark Peek 2015-11-04 12:36:00 -08:00
parent 08f275c9de
commit 1c7a855302

View File

@ -10,7 +10,7 @@ import (
"runtime"
"strings"
"github.com/mitchellh/osext"
"github.com/kardianos/osext"
"github.com/mitchellh/packer/command"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/packer/plugin"