mirror of
https://github.com/restic/restic.git
synced 2025-08-13 14:30:36 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
// Layout computes paths for file name storage.
|
||||
|
Reference in New Issue
Block a user