pack: move to repository package

This commit is contained in:
Michael Eischer
2024-05-24 23:09:58 +02:00
parent 50ec408302
commit 5e0ea8fcfa
11 changed files with 8 additions and 8 deletions

View File

@@ -12,9 +12,9 @@ import (
"github.com/restic/restic/internal/backend/s3"
"github.com/restic/restic/internal/debug"
"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"
"github.com/restic/restic/internal/ui/progress"
"golang.org/x/sync/errgroup"