mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
pack: move to repository package
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/pack"
|
||||
"github.com/restic/restic/internal/repository/pack"
|
||||
|
||||
"github.com/minio/sha256-simd"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user