Move restic package to internal/restic

This commit is contained in:
Alexander Neumann
2017-07-24 17:42:25 +02:00
parent 94030a12cf
commit 23c903074c
179 changed files with 100 additions and 136 deletions

View File

@@ -6,7 +6,7 @@ import (
"io"
"testing"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal/test"
)

View File

@@ -6,7 +6,7 @@ import (
"testing"
"time"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal/test"
)

View File

@@ -14,8 +14,8 @@ import (
"testing"
"time"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal/test"

View File

@@ -4,8 +4,8 @@ import (
"context"
"testing"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal/backend/mem"
"github.com/restic/restic/internal/backend/test"