mirror of
https://github.com/restic/restic.git
synced 2025-08-21 05:17:35 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user