hashing: move to repository package

This commit is contained in:
Michael Eischer
2024-05-24 23:11:53 +02:00
parent 5e0ea8fcfa
commit 496e57f956
7 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/restic/restic/internal/backend"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/hashing"
"github.com/restic/restic/internal/repository/hashing"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal/crypto"