fileutils: move out of vendor to apply changes downstream
diff --git a/delete.go b/delete.go
index 13e9789..a1fe3b4 100644
--- a/delete.go
+++ b/delete.go
@@ -5,7 +5,7 @@
 	"fmt"
 	"path/filepath"
 
-	"github.com/constabulary/gb/fileutils"
+	"github.com/FiloSottile/gvt/fileutils"
 
 	"github.com/FiloSottile/gvt/gbvendor"
 )
diff --git a/fetch.go b/fetch.go
index 34aedbb..410e321 100644
--- a/fetch.go
+++ b/fetch.go
@@ -10,8 +10,8 @@
 	"runtime"
 	"sort"
 
+	"github.com/FiloSottile/gvt/fileutils"
 	"github.com/FiloSottile/gvt/gbvendor"
-	"github.com/constabulary/gb/fileutils"
 )
 
 var (
diff --git a/vendor/github.com/constabulary/gb/fileutils/_testdata/copyfile/a/rick b/fileutils/_testdata/copyfile/a/rick
similarity index 100%
rename from vendor/github.com/constabulary/gb/fileutils/_testdata/copyfile/a/rick
rename to fileutils/_testdata/copyfile/a/rick
diff --git a/vendor/github.com/constabulary/gb/fileutils/fileutils.go b/fileutils/fileutils.go
similarity index 100%
rename from vendor/github.com/constabulary/gb/fileutils/fileutils.go
rename to fileutils/fileutils.go
diff --git a/vendor/github.com/constabulary/gb/fileutils/fileutils_test.go b/fileutils/fileutils_test.go
similarity index 100%
rename from vendor/github.com/constabulary/gb/fileutils/fileutils_test.go
rename to fileutils/fileutils_test.go
diff --git a/vendor/github.com/constabulary/gb/fileutils/path_test.go b/fileutils/path_test.go
similarity index 100%
rename from vendor/github.com/constabulary/gb/fileutils/path_test.go
rename to fileutils/path_test.go
diff --git a/gbvendor/manifest_test.go b/gbvendor/manifest_test.go
index a2dc1f7..98a44cb 100644
--- a/gbvendor/manifest_test.go
+++ b/gbvendor/manifest_test.go
@@ -6,7 +6,7 @@
 	"path/filepath"
 	"testing"
 
-	"github.com/constabulary/gb/fileutils"
+	"github.com/FiloSottile/gvt/fileutils"
 )
 
 func mktemp(t *testing.T) string {
diff --git a/gbvendor/repo.go b/gbvendor/repo.go
index 88c177f..916dbe8 100644
--- a/gbvendor/repo.go
+++ b/gbvendor/repo.go
@@ -13,7 +13,7 @@
 	"regexp"
 	"strings"
 
-	"github.com/constabulary/gb/fileutils"
+	"github.com/FiloSottile/gvt/fileutils"
 )
 
 // RemoteRepo describes a remote dvcs repository.
diff --git a/restore.go b/restore.go
index 5cfca48..2765e5f 100644
--- a/restore.go
+++ b/restore.go
@@ -9,8 +9,8 @@
 	"sync"
 	"sync/atomic"
 
+	"github.com/FiloSottile/gvt/fileutils"
 	"github.com/FiloSottile/gvt/gbvendor"
-	"github.com/constabulary/gb/fileutils"
 )
 
 var (
diff --git a/update.go b/update.go
index 41b2fa4..5c13134 100644
--- a/update.go
+++ b/update.go
@@ -5,8 +5,7 @@
 	"fmt"
 	"path/filepath"
 
-	"github.com/constabulary/gb/fileutils"
-
+	"github.com/FiloSottile/gvt/fileutils"
 	"github.com/FiloSottile/gvt/gbvendor"
 )
 
diff --git a/vendor/manifest b/vendor/manifest
deleted file mode 100644
index 61983d2..0000000
--- a/vendor/manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-	"version": 0,
-	"dependencies": [
-		{
-			"importpath": "github.com/constabulary/gb/fileutils",
-			"repository": "https://github.com/constabulary/gb",
-			"revision": "572f68e6f0e403df7e6b4426bb26e535b988398c",
-			"branch": "master",
-			"path": "/fileutils"
-		}
-	]
-}
\ No newline at end of file