mirror of
https://github.com/restic/restic.git
synced 2025-08-23 14:57:37 +00:00
Rework for recent codebase
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
"github.com/anacrolix/fuse"
|
||||
"github.com/anacrolix/fuse/fs"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"golang.org/x/net/webdav"
|
||||
)
|
||||
|
@@ -5,8 +5,8 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
"github.com/anacrolix/fuse"
|
||||
"github.com/anacrolix/fuse/fs"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"golang.org/x/net/webdav"
|
||||
)
|
||||
|
@@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"github.com/anacrolix/fuse"
|
||||
)
|
||||
|
||||
// virtFileInfo is used to construct an os.FileInfo for a server.
|
||||
|
@@ -6,8 +6,8 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
"bazil.org/fuse"
|
||||
fusefs "bazil.org/fuse/fs"
|
||||
"github.com/anacrolix/fuse"
|
||||
fusefs "github.com/anacrolix/fuse/fs"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"golang.org/x/net/webdav"
|
||||
)
|
||||
|
Reference in New Issue
Block a user