mirror of
https://github.com/restic/restic.git
synced 2025-10-10 07:21:53 +00:00
Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
@@ -4,13 +4,12 @@ package fuse
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"math/rand"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/restic/restic/internal/repository"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
|
||||
|
Reference in New Issue
Block a user