aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/filesystem/module.go')
-rw-r--r--storage/filesystem/module.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/filesystem/module.go b/storage/filesystem/module.go
index e8985d8..2e469d3 100644
--- a/storage/filesystem/module.go
+++ b/storage/filesystem/module.go
@@ -1,8 +1,8 @@
package filesystem
import (
- "srcd.works/go-git.v4/storage"
- "srcd.works/go-git.v4/storage/filesystem/internal/dotgit"
+ "gopkg.in/src-d/go-git.v4/storage"
+ "gopkg.in/src-d/go-git.v4/storage/filesystem/internal/dotgit"
)
type ModuleStorage struct {