From 0a79546cf92234017f2e5a1adbab0ba2db6f569f Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 21 Aug 2015 17:17:56 -0700 Subject: [PATCH] Update dependency to an SSL-enabled path; this was migrated from launchpad to github --- builder/parallels/common/driver_9.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/parallels/common/driver_9.go b/builder/parallels/common/driver_9.go index c577151dc..f742ad635 100644 --- a/builder/parallels/common/driver_9.go +++ b/builder/parallels/common/driver_9.go @@ -13,7 +13,7 @@ import ( "strings" "time" - "github.com/going/toolkit/xmlpath" + "gopkg.in/xmlpath.v2" ) type Parallels9Driver struct {