aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/format/packfile')
-rw-r--r--plumbing/format/packfile/decoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/packfile/decoder.go b/plumbing/format/packfile/decoder.go
index 475d24d..4e102c7 100644
--- a/plumbing/format/packfile/decoder.go
+++ b/plumbing/format/packfile/decoder.go
@@ -3,8 +3,8 @@ package packfile
import (
"bytes"
- "srcd.works/go-git.v4/cache"
"srcd.works/go-git.v4/plumbing"
+ "srcd.works/go-git.v4/plumbing/cache"
"srcd.works/go-git.v4/plumbing/storer"
)