mirror of
https://github.com/restic/restic.git
synced 2025-12-12 05:01:52 +00:00
pack: move to repository package
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/pack"
|
||||
"github.com/restic/restic/internal/repository/index"
|
||||
"github.com/restic/restic/internal/repository/pack"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
"github.com/restic/restic/internal/ui/progress"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user