aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/object_pack.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/format/packfile/object_pack.go')
-rw-r--r--plumbing/format/packfile/object_pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/packfile/object_pack.go b/plumbing/format/packfile/object_pack.go
index a3e99c0..cc978f4 100644
--- a/plumbing/format/packfile/object_pack.go
+++ b/plumbing/format/packfile/object_pack.go
@@ -1,6 +1,6 @@
package packfile
-import "gopkg.in/src-d/go-git.v4/plumbing"
+import "srcd.works/go-git.v4/plumbing"
// ObjectToPack is a representation of an object that is going to be into a
// pack file.