mirror of
https://github.com/restic/restic.git
synced 2025-12-26 11:56:32 +00:00
pack: move to repository package
This commit is contained in:
@@ -22,9 +22,9 @@ import (
|
||||
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/pack"
|
||||
"github.com/restic/restic/internal/repository"
|
||||
"github.com/restic/restic/internal/repository/index"
|
||||
"github.com/restic/restic/internal/repository/pack"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user