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

@@ -7,8 +7,8 @@ import (
"errors"
"io"
"github.com/restic/chunker"
"github.com/restic/restic/backend"
"github.com/restic/restic/chunker"
"github.com/restic/restic/debug"
)

View File

@@ -3,7 +3,7 @@ package repository
import (
"sync"
"github.com/restic/restic/chunker"
"github.com/restic/chunker"
)
var bufPool = sync.Pool{

View File

@@ -10,8 +10,8 @@ import (
"io/ioutil"
"sync"
"github.com/restic/chunker"
"github.com/restic/restic/backend"
"github.com/restic/restic/chunker"
"github.com/restic/restic/crypto"
"github.com/restic/restic/debug"
"github.com/restic/restic/pack"