Merge pull request #2654 from mitchellh/b-xmlpath

Update dependency to an SSL-enabled path; this was migrated from launchpad to github
This commit is contained in:
Chris Bednarski 2015-10-12 16:39:35 -07:00
commit f01956405b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
"strings"
"time"
"github.com/going/toolkit/xmlpath"
"gopkg.in/xmlpath.v2"
)
type Parallels9Driver struct {