mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -3,7 +3,7 @@ package migrations
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
// Migration implements a data migration.
|
||||
|
@@ -6,11 +6,11 @@ import (
|
||||
"os"
|
||||
"path"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/backend"
|
||||
"github.com/restic/restic/internal/backend/s3"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user