mirror of
https://github.com/restic/restic.git
synced 2026-05-30 13:55:23 +00:00
Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
package fuse
|
||||
|
||||
import (
|
||||
"context"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"sync"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
|
||||
Reference in New Issue
Block a user