Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
parent
efbb850d92
commit
9ffb698c8d
7 changed files with 9 additions and 10 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue