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

@@ -14,7 +14,7 @@ import (
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/hashing"
"github.com/restic/restic/internal/pack"
"github.com/restic/restic/internal/repository/pack"
"github.com/restic/restic/internal/restic"
)