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

@@ -4,8 +4,7 @@
package fuse
import (
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"
)

View File

@@ -10,8 +10,8 @@ import (
"bazil.org/fuse/fs"
"golang.org/x/net/context"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/restic"
)
// Statically ensure that *dir implement those interface

View File

@@ -5,8 +5,8 @@ package fuse
import (
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/restic"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/debug"
"bazil.org/fuse"

View File

@@ -12,11 +12,11 @@ import (
"golang.org/x/net/context"
"github.com/restic/restic/internal/repository"
"github.com/restic/restic/internal/restic"
"bazil.org/fuse"
"bazil.org/fuse/fs"
"github.com/restic/restic/internal"
. "github.com/restic/restic/internal/test"
)

View File

@@ -4,10 +4,9 @@
package fuse
import (
"github.com/restic/restic/internal"
"bazil.org/fuse"
"bazil.org/fuse/fs"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"
)

View File

@@ -4,8 +4,8 @@
package fuse
import (
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"

View File

@@ -8,8 +8,8 @@ import (
"os"
"time"
"github.com/restic/restic/internal"
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"