mirror of
https://github.com/restic/restic.git
synced 2025-08-15 01:47:28 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -5,10 +5,10 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/backend/local"
|
||||
"github.com/restic/restic/internal/backend/mem"
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
"github.com/restic/restic/internal/test"
|
||||
|
||||
"github.com/restic/chunker"
|
||||
|
Reference in New Issue
Block a user