mirror of
https://github.com/restic/restic.git
synced 2025-08-26 13:10:49 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -5,11 +5,11 @@ import (
|
||||
"crypto/sha256"
|
||||
"io"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/hashing"
|
||||
"github.com/restic/restic/internal/pack"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
Reference in New Issue
Block a user