From 1c7a8553021c6facc63cbc5e69f84c5ebe060382 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Wed, 4 Nov 2015 12:36:00 -0800 Subject: [PATCH] Switch osext package from mitchellh -> kardianos #2842 --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 3a4c41ec9..07a64d0af 100644 --- a/config.go +++ b/config.go @@ -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"