mirror of
https://github.com/restic/restic.git
synced 2026-06-20 07:34:18 +00:00
repository: move crypto package to internal/repository/crypto
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
"github.com/klauspost/compress/zstd"
|
||||
"golang.org/x/sync/errgroup"
|
||||
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/repository/crypto"
|
||||
"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