We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ac4ec + 508ef95 commit f04dbc0Copy full SHA for f04dbc0
2 files changed
.travis.yml
@@ -2,10 +2,9 @@ language: go
2
sudo: required
3
4
go:
5
- - 1.8.x
6
- 1.9.x
7
- 1.10.x
8
- - 1.x
+ - 1.11.x
9
- tip
10
11
go_import_path: github.com/containerd/continuity
continuityfs/fuse.go
@@ -19,6 +19,7 @@
19
package continuityfs
20
21
import (
22
+ "context"
23
"errors"
24
"fmt"
25
"io"
@@ -31,7 +32,6 @@ import (
31
32
"github.com/containerd/continuity"
33
"github.com/opencontainers/go-digest"
34
"github.com/sirupsen/logrus"
- "golang.org/x/net/context"
35
)
36
37
// File represents any file type (non directory) in the filesystem
0 commit comments