Extract chunker

This commit is contained in:
Florian Weingarten
2015-07-07 18:55:58 -04:00
parent 50f9c20987
commit 36a62cf77d
12 changed files with 12 additions and 8 deletions

View File

@@ -10,8 +10,8 @@ import (
"sort"
"sync"
"github.com/restic/chunker"
"github.com/restic/restic/backend"
"github.com/restic/restic/chunker"
"github.com/restic/restic/debug"
"github.com/restic/restic/pack"
"github.com/restic/restic/pipe"