mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Switch osext package from mitchellh -> kardianos #2842
This commit is contained in:
parent
08f275c9de
commit
1c7a855302
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue