From 6e15f9cb0dbac68992eb242282e725784fe72b32 Mon Sep 17 00:00:00 2001 From: Antonio Jesus Navarro Perez Date: Tue, 21 Feb 2017 14:53:30 +0100 Subject: cache: move package to plumbing Because cache package is only intended to be used at internal level, we move it to the plumbing package. --- plumbing/format/packfile/decoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format') 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" ) -- cgit