Description: Use local artifacts
 Use internal package to build go-getter.
Author: Jongmin Kim <jmkim@pukyong.ac.kr>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/client.go
+++ b/client.go
@@ -16,7 +16,7 @@
 	"strconv"
 	"strings"
 
-	urlhelper "github.com/hashicorp/go-getter/helper/url"
+	urlhelper "github.com/jesseduffield/go-getter/helper/url"
 	"github.com/hashicorp/go-safetemp"
 )
 
--- a/detect.go
+++ b/detect.go
@@ -4,7 +4,7 @@
 	"fmt"
 	"path/filepath"
 
-	"github.com/hashicorp/go-getter/helper/url"
+	"github.com/jesseduffield/go-getter/helper/url"
 )
 
 // Detector defines the interface that an invalid URL or a URL with a blank
--- a/get_git.go
+++ b/get_git.go
@@ -10,7 +10,7 @@
 	"path/filepath"
 	"strings"
 
-	urlhelper "github.com/hashicorp/go-getter/helper/url"
+	urlhelper "github.com/jesseduffield/go-getter/helper/url"
 	"github.com/hashicorp/go-safetemp"
 	"github.com/hashicorp/go-version"
 )
--- a/get_hg.go
+++ b/get_hg.go
@@ -8,7 +8,7 @@
 	"path/filepath"
 	"runtime"
 
-	urlhelper "github.com/hashicorp/go-getter/helper/url"
+	urlhelper "github.com/jesseduffield/go-getter/helper/url"
 	"github.com/hashicorp/go-safetemp"
 )
 
--- a/module_test.go
+++ b/module_test.go
@@ -8,7 +8,7 @@
 	"reflect"
 	"testing"
 
-	urlhelper "github.com/hashicorp/go-getter/helper/url"
+	urlhelper "github.com/jesseduffield/go-getter/helper/url"
 )
 
 const fixtureDir = "./test-fixtures"
